mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 12:00:06 -07:00
Update StatusCheckerTests.cs
This commit is contained in:
parent
ffb29ae9e7
commit
b1d7a3187e
1 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@ namespace PlexRequests.Core.Tests
|
||||||
public class StatusCheckerTests
|
public class StatusCheckerTests
|
||||||
{
|
{
|
||||||
[Test]
|
[Test]
|
||||||
|
[Ignore("API Limit")]
|
||||||
public void CheckStatusTest()
|
public void CheckStatusTest()
|
||||||
{
|
{
|
||||||
var checker = new StatusChecker();
|
var checker = new StatusChecker();
|
||||||
|
@ -42,4 +43,4 @@ namespace PlexRequests.Core.Tests
|
||||||
Assert.That(status, Is.Not.Null);
|
Assert.That(status, Is.Not.Null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue