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

Update StatusCheckerTests.cs

pull/39/head
Jamie 9 years ago
parent ffb29ae9e7
commit b1d7a3187e

@ -34,6 +34,7 @@ namespace PlexRequests.Core.Tests
public class StatusCheckerTests
{
[Test]
[Ignore("API Limit")]
public void CheckStatusTest()
{
var checker = new StatusChecker();
@ -42,4 +43,4 @@ namespace PlexRequests.Core.Tests
Assert.That(status, Is.Not.Null);
}
}
}
}

Loading…
Cancel
Save