This commit is contained in:
@@ -258,7 +258,7 @@ namespace raven_integration
|
||||
//Now attempt delete
|
||||
a = await Util.DeleteAsync("Widget/" + Id.ToString(), await Util.GetTokenAsync( "TechFull"));
|
||||
//2004 unauthorized expected
|
||||
Util.ValidateErrorCodeResponse(a, 2004, 401);
|
||||
Util.ValidateErrorCodeResponse(a, 2004, 403);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user