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

Fixed test file casing

phantom-badupdate
Taloth Saldono 5 years ago
parent 94a78eabe5
commit a7ca139e13

@ -27,7 +27,7 @@ namespace NzbDrone.Core.Test.IndexerTests.FileListTests
[Test]
public void should_parse_recent_feed_from_FileList()
{
var recentFeed = ReadAllText(@"Files/Indexers/FileList/recentfeed.json");
var recentFeed = ReadAllText(@"Files/Indexers/FileList/RecentFeed.json");
Mocker.GetMock<IHttpClient>()
.Setup(o => o.Execute(It.Is<HttpRequest>(v => v.Method == HttpMethod.GET)))

Loading…
Cancel
Save