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

Fixed broken test

pull/4/head
Mark McDowall 12 years ago
parent 6a5b69ae5a
commit 23019ebda6

@ -42,6 +42,8 @@ namespace NzbDrone.Core.Test.ProviderTests.TvRageProviderTests
{
WithEmptyResults();
Mocker.Resolve<TvRageProvider>().GetSeries(100).Should().BeNull();
ExceptionVerification.ExpectedWarns(1);
}
[Test]

Loading…
Cancel
Save