This commit is contained in:
@@ -18,7 +18,7 @@ namespace raven_integration
|
||||
dynamic DCreds = new JObject();
|
||||
DCreds.password = DCreds.login = "TEST_INACTIVE";
|
||||
ApiResponse a = await Util.PostAsync("Auth", null, DCreds.ToString());
|
||||
Util.ValidateErrorCodeResponse(a,2004, 401);
|
||||
Util.ValidateErrorCodeResponse(a,2003, 401);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user