mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: revert change in endReason test
parent
6315acafb3
commit
c7892b3d70
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue