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

Fixup Filelist test to use new url

pull/5142/head
Qstick 5 years ago
parent 6faa484d4e
commit dfbbb7d9bd

@ -42,8 +42,8 @@ namespace NzbDrone.Core.Test.IndexerTests.FileListTests
torrentInfo.Title.Should().Be("Storming.Juno.2010.1080p.BluRay.x264-GUACAMOLE");
torrentInfo.DownloadProtocol.Should().Be(DownloadProtocol.Torrent);
torrentInfo.DownloadUrl.Should().Be("https://filelist.ro/download.php?id=665873&passkey=somepass");
torrentInfo.InfoUrl.Should().Be("https://filelist.ro/details.php?id=665873");
torrentInfo.DownloadUrl.Should().Be("https://filelist.io/download.php?id=665873&passkey=somepass");
torrentInfo.InfoUrl.Should().Be("https://filelist.io/details.php?id=665873");
torrentInfo.CommentUrl.Should().BeNullOrEmpty();
torrentInfo.Indexer.Should().Be(Subject.Definition.Name);
torrentInfo.PublishDate.Should().Be(DateTime.Parse("2020-01-25 22:20:19"));

Loading…
Cancel
Save