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

Fixed the bad test after the merge

pull/470/head
tidusjar 9 years ago
parent 764e158138
commit 4273da2bf7

@ -200,7 +200,7 @@ namespace PlexRequests.Services.Tests
{
yield return new TestCaseData("title", "2011", "9999", new[] { 1, 2, 3 }).Returns(true).SetName("Advanced IsTvSeasonsAvailable True");
yield return new TestCaseData("title2", "2011", "99929", new[] { 5, 6 }).Returns(false).SetName("Advanced IsTvSeasonsAvailable False no seasons");
yield return new TestCaseData("title2", "2011", "99929", new[] { 1, 6 }).Returns(true).SetName("Advanced IsTvSeasonsAvailable true one season");
yield return new TestCaseData("title2", "2011", "9999", new[] { 1, 6 }).Returns(true).SetName("Advanced IsTvSeasonsAvailable true one season");
}
}

Loading…
Cancel
Save