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

Fixed broken test

pull/3113/head
Mark McDowall 11 years ago
parent fb5bd4994a
commit 715f6c3263

@ -55,6 +55,7 @@ namespace NzbDrone.Core.Test.TvTests.EpisodeRepositoryTests
public void should_only_contain_episodes_for_the_given_series() public void should_only_contain_episodes_for_the_given_series()
{ {
var episodeFile = Builder<EpisodeFile>.CreateNew() var episodeFile = Builder<EpisodeFile>.CreateNew()
.With(f => f.Path = "another path")
.BuildNew(); .BuildNew();
Db.Insert(episodeFile); Db.Insert(episodeFile);

Loading…
Cancel
Save