mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 15:47:09 -07:00
added RestSharpExtensions to help validate REST response
This commit is contained in:
parent
e7805a5afb
commit
9c8c485c98
9 changed files with 126 additions and 39 deletions
|
@ -48,7 +48,7 @@ namespace NzbDrone.Test.Common
|
|||
|
||||
//can't use because of a bug in mono with 2.6.2,
|
||||
//https://bugs.launchpad.net/nunitv2/+bug/1076932
|
||||
//if (TestContext.CurrentContext.Result.State == TestState.Success)
|
||||
if (OsInfo.IsWindows && TestContext.CurrentContext.Result.State == TestState.Success)
|
||||
{
|
||||
ExceptionVerification.AssertNoUnexcpectedLogs();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue