mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: change Crash service STT test name
parent
af23890f20
commit
6ef6faca86
|
@ -1582,10 +1582,10 @@ public class OpenViduProTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@DisplayName("Crash STT service test")
|
@DisplayName("Crash service STT test")
|
||||||
void crashSttServiceTest() throws Exception {
|
void crashServiceSttTest() throws Exception {
|
||||||
|
|
||||||
log.info("Crash STT service test");
|
log.info("Crash service STT test");
|
||||||
|
|
||||||
restartOpenViduServerIfNecessary(false, null, OPENVIDU_PRO_SPEECH_TO_TEXT);
|
restartOpenViduServerIfNecessary(false, null, OPENVIDU_PRO_SPEECH_TO_TEXT);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue