mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Better check against internal server error exceptions during unit tests.
This commit is contained in:
parent
67298d62a0
commit
11db27f6ac
4 changed files with 11 additions and 9 deletions
|
@ -399,6 +399,7 @@ namespace NzbDrone.Core.Test
|
|||
ExceptionVerification.MarkInconclusive(typeof(WebException));
|
||||
ExceptionVerification.MarkInconclusive("System.Net.WebException");
|
||||
ExceptionVerification.MarkInconclusive("(503) Server Unavailable.");
|
||||
ExceptionVerification.MarkInconclusive("(500) Internal Server Error.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue