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

Fixed daily parsing tests

pull/2/head
Mark McDowall 12 years ago
parent bb65e83012
commit 106f06c81f

@ -176,7 +176,7 @@ namespace NzbDrone.Core.Test.ParserTests
result.Should().NotBeNull();
result.SeriesTitle.Should().Be(title.CleanSeriesTitle());
result.AirDate.Should().Be(airDate.ToString(Episode.AIR_DATE_FORMAT));
result.EpisodeNumbers.Should().BeNull();
result.EpisodeNumbers.Should().BeEmpty();
}
[TestCase("[SubDESU]_High_School_DxD_07_(1280x720_x264-AAC)_[6B7FD717]", "High School DxD", 7, 0, 0)]

Loading…
Cancel
Save