openvidu-test-e2e: fix webhook test

pull/609/head
pabloFuente 2021-02-02 16:28:45 +01:00
parent d6e02fc55c
commit 6800e761a2
1 changed files with 1 additions and 1 deletions

View File

@ -3327,7 +3327,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestAppE2eTest {
Assert.assertEquals("Wrong number of properties in event 'sessionCreated'", 2 + 1, event.keySet().size());
event = CustomWebhook.waitForEvent("participantJoined", 2);
Assert.assertEquals("Wrong number of properties in event 'participantJoined'", 7 + 1,
Assert.assertEquals("Wrong number of properties in event 'participantJoined'", 8 + 1,
event.keySet().size());
event = CustomWebhook.waitForEvent("webrtcConnectionCreated", 2);