mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: update REST API pro test, endpoint /health
parent
0fbf4d9297
commit
11386c3176
|
@ -528,7 +528,7 @@ public class OpenViduProTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
||||||
|
|
||||||
/** GET /openvidu/api/health **/
|
/** GET /openvidu/api/health **/
|
||||||
restClient.rest(HttpMethod.GET, "/openvidu/api/health", null, HttpURLConnection.HTTP_OK, true, true, true,
|
restClient.rest(HttpMethod.GET, "/openvidu/api/health", null, HttpURLConnection.HTTP_OK, true, true, true,
|
||||||
"{'status':'UP'}");
|
"{'status':'UP','disconnectedMediaNodes':[]}");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue