Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/df9ab3b426f293d5eaa151e32b953b7c910c71a9?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed broken reference

pull/4/head
Mark McDowall 12 years ago
parent 8a8f360fca
commit df9ab3b426

@ -13,7 +13,7 @@ using NzbDrone.Core.Test.Framework;
namespace NzbDrone.Core.Test.ProviderTests.PostDownloadProviderTests namespace NzbDrone.Core.Test.ProviderTests.PostDownloadProviderTests
{ {
[TestFixture] [TestFixture]
public class DropFolderImportServiceFixture : CoreTest<DropFolderImportService> public class DropFolderImportServiceFixture : CoreTest<DownloadedEpisodesImportService>
{ {
private EpisodeFile _fakeEpisodeFile; private EpisodeFile _fakeEpisodeFile;

Loading…
Cancel
Save