This commit is contained in:
@@ -74,7 +74,7 @@ namespace raven_integration
|
|||||||
Util.ValidateHTTPStatusCode(a,304);
|
Util.ValidateHTTPStatusCode(a,304);
|
||||||
|
|
||||||
//and this should return the whole object
|
//and this should return the whole object
|
||||||
token = token--;//make the token not match
|
token--;//make the token not match
|
||||||
//This should return a 200 and the whole object
|
//This should return a 200 and the whole object
|
||||||
a = await Util.GetAsync($"FormCustom/widget?concurrencyToken={token}", await Util.GetTokenAsync("BizAdminFull"));
|
a = await Util.GetAsync($"FormCustom/widget?concurrencyToken={token}", await Util.GetTokenAsync("BizAdminFull"));
|
||||||
Util.ValidateDataReturnResponseOk(a);
|
Util.ValidateDataReturnResponseOk(a);
|
||||||
|
|||||||
Reference in New Issue
Block a user