Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/01775d70b3f3fe60cd4c17e7af975ad06ee90819 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed broken test.

pull/4/head
kay.one 13 years ago
parent 6d43b9354b
commit 01775d70b3

@ -266,7 +266,7 @@ namespace NzbDrone.Core.Test.ProviderTests
var result = Mocker.Resolve<SabProvider>().GetQueue();
//Assert
result.Should().HaveCount(2);
result.Should().HaveCount(3);
}
[Test]

Loading…
Cancel
Save