openvidu-test-e2e: another fix to webhook test

pull/609/head
pabloFuente 2021-02-02 17:10:20 +01:00
parent 51e2469701
commit 5d21baff89
1 changed files with 1 additions and 1 deletions

View File

@ -3331,7 +3331,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestAppE2eTest {
event.keySet().size());
event = CustomWebhook.waitForEvent("webrtcConnectionCreated", 2);
Assert.assertEquals("Wrong number of properties in event 'webrtcConnectionCreated'", 10 + 1,
Assert.assertEquals("Wrong number of properties in event 'webrtcConnectionCreated'", 11 + 1,
event.keySet().size());
String connectionId1 = event.get("connectionId").getAsString();