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

Fixed NZBGet tests take 2

pull/3123/head
Mark McDowall 6 years ago
parent 345de3654a
commit a5aab95ecf

@ -285,7 +285,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.NzbgetTests
GivenQueue(null);
GivenHistory(_completed);
var result = Subject.GetItems().Single();
var result = Subject.GetItems().SingleOrDefault();
result.Should().BeNull();
}

Loading…
Cancel
Save