mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: print json response if number of keys is wrong
parent
07aaf94d30
commit
bacb37721e
|
@ -106,7 +106,7 @@ public class CustomHttpClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (exactReturnedFields) {
|
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());
|
json.length());
|
||||||
}
|
}
|
||||||
for (String key : jsonObjExpected.keySet()) {
|
for (String key : jsonObjExpected.keySet()) {
|
||||||
|
|
Loading…
Reference in New Issue