mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Fixed more queue issue.
This commit is contained in:
parent
baa0b8df67
commit
63bef2de31
7 changed files with 507 additions and 408 deletions
|
@ -386,7 +386,7 @@ namespace NzbDrone.Core.Test
|
|||
private static void Mark503Inconclusive()
|
||||
{
|
||||
ExceptionVerification.MarkInconclusive(typeof(WebException));
|
||||
ExceptionVerification.MarkInconclusive("The remote server returned an error: (503) Server Unavailable.");
|
||||
ExceptionVerification.MarkInconclusive("System.Net.WebException");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue