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

Fix broken test

pull/3660/head
Mark McDowall 5 years ago
parent 37ad801065
commit 84b9488cfb

@ -121,7 +121,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
public void should_return_false_if_episode_is_not_monitored_for_season_search() public void should_return_false_if_episode_is_not_monitored_for_season_search()
{ {
WithFirstEpisodeUnmonitored(); WithFirstEpisodeUnmonitored();
_monitoredEpisodeSpecification.IsSatisfiedBy(_parseResultSingle, new SeasonSearchCriteria()).Accepted.Should().BeFalse(); _monitoredEpisodeSpecification.IsSatisfiedBy(_parseResultSingle, new SeasonSearchCriteria { MonitoredEpisodesOnly = true}).Accepted.Should().BeFalse();
} }
[Test] [Test]

Loading…
Cancel
Save