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

Fixed compilation issue

pull/3113/head
Mark McDowall 12 years ago
parent 4a7bd5b849
commit ab4e1edac0

@ -180,7 +180,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.SabProviderTests
Mocker.GetMock<ISabCommunicationProxy>()
.Setup(s => s.DownloadNzb(It.IsAny<Stream>(), It.IsAny<String>(), It.IsAny<String>(), (int)SabPriorityType.High))
.Returns("{ \"status\": \"true\", \"nzo_ids\": [ \"sab_id_goes_here\" ] }");
.Returns(new SabAddResponse());
Subject.DownloadNzb(_remoteEpisode);

Loading…
Cancel
Save