This commit is contained in:
2019-04-30 17:13:31 +00:00
parent 0d3e60600f
commit f1f0e56cd7
3 changed files with 6 additions and 6 deletions

View File

@@ -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);
}