Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/9acfb7330c3fce280aaa2b26131ef452f2bf95d7/NzbDrone.Core.Test/App.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/NzbDrone.Core.Test/App.config

7 lines
225 B

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!-- Supported values: nunit, xunit and mstest -->
<add key="FluentAssertions.TestFramework" value="nunit"/>
</appSettings>
</configuration>