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