tests-e2e: Debugg webhookTest

v2compatibility
Carlos Santos 2024-12-10 13:20:20 +01:00
parent 77dcc290d1
commit d8104ffd02
1 changed files with 1 additions and 1 deletions

View File

@ -3864,7 +3864,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
event = CustomWebhook.waitForEvent("webrtcConnectionCreated", 4);
Assertions.assertEquals(12 + 1, event.keySet().size(),
"Wrong number of properties in event 'webrtcConnectionCreated'");
String connectionId1 = event.get("connectionId").getAsString();
final String connectionId1 = event.get("connectionId").getAsString();
event = CustomWebhook.waitForEvent("recordingStatusChanged", 10);
Assertions.assertEquals(12 + 1, event.keySet().size(),