openvidu-test-e2e: print json response if number of keys is wrong
This commit is contained in:
parent
07aaf94d30
commit
bacb37721e
@ -106,7 +106,7 @@ public class CustomHttpClient {
|
||||
}
|
||||
|
||||
if (exactReturnedFields) {
|
||||
Assert.assertEquals("Error in number of keys in JSON response to POST " + path, jsonObjExpected.length(),
|
||||
Assert.assertEquals("Error in number of keys in JSON response to POST (" + json.toString() + ")" + path, jsonObjExpected.length(),
|
||||
json.length());
|
||||
}
|
||||
for (String key : jsonObjExpected.keySet()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user