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

Fixed broken test.

pull/19/head
Mark McDowall 13 years ago
parent 6574a2b065
commit bdadb66fcb

@ -116,6 +116,9 @@ namespace NzbDrone.Core.Test.ProviderTests
Mocker.GetMock<MediaFileProvider>()
.Setup(e => e.Delete(It.IsAny<int>()));
Mocker.GetMock<ConfigProvider>()
.SetupGet(s => s.AutoIgnorePreviouslyDownloadedEpisodes)
.Returns(true);
//Act
Mocker.Resolve<DiskScanProvider>().CleanUp(episodes);

Loading…
Cancel
Save