mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
fixed http 500 error.
This commit is contained in:
parent
54881a0e4a
commit
a68c882032
2 changed files with 12 additions and 0 deletions
|
@ -179,6 +179,7 @@ namespace NzbDrone.Core.Test
|
|||
Mocker.Resolve<TestUrlIndexer>().FetchRss();
|
||||
|
||||
Mark500Inconclusive();
|
||||
ExceptionVerification.IgnoreWarns();
|
||||
}
|
||||
|
||||
[TestCase("simpsons", 21, 23)]
|
||||
|
@ -387,6 +388,7 @@ namespace NzbDrone.Core.Test
|
|||
{
|
||||
ExceptionVerification.MarkInconclusive(typeof(WebException));
|
||||
ExceptionVerification.MarkInconclusive("System.Net.WebException");
|
||||
ExceptionVerification.MarkInconclusive("(503) Server Unavailable.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue