This commit is contained in:
2019-01-15 21:47:23 +00:00
parent 18ffe7eeaa
commit 4400e9ee47

View File

@@ -74,7 +74,7 @@ namespace raven_integration
Util.ValidateHTTPStatusCode(a,304);
//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
a = await Util.GetAsync($"FormCustom/widget?concurrencyToken={token}", await Util.GetTokenAsync("BizAdminFull"));
Util.ValidateDataReturnResponseOk(a);