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

Fixed test failing due to rng

pull/3357/head
Taloth Saldono 6 years ago
parent e8ce7898c1
commit 41a63a5418

@ -30,6 +30,7 @@ namespace NzbDrone.Core.Test.TvTests
.Build();
_series = Builder<Series>.CreateNew()
.With(s => s.Status = SeriesStatusType.Continuing)
.With(s => s.Seasons = new List<Season>
{
season1

Loading…
Cancel
Save