openvidu-test-e2e: revert change in endReason test

v2
pabloFuente 2025-11-05 15:56:54 +01:00
parent 6315acafb3
commit c7892b3d70
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ public class OpenViduProTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
Assertions.assertEquals("automaticStop",
CustomWebhook.waitForEvent("recordingStatusChanged", 4).get("reason").getAsString());
}
Assertions.assertEquals("automaticStop",
Assertions.assertEquals("lastParticipantLeft",
CustomWebhook.waitForEvent("broadcastStopped", 2).get("reason").getAsString());
Assertions.assertEquals("automaticStop",
CustomWebhook.waitForEvent("sessionDestroyed", 2).get("reason").getAsString());