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
|
||||
@DisplayName("Crash STT service test")
|
||||
void crashSttServiceTest() throws Exception {
|
||||
@DisplayName("Crash service STT test")
|
||||
void crashServiceSttTest() throws Exception {
|
||||
|
||||
log.info("Crash STT service test");
|
||||
log.info("Crash service STT test");
|
||||
|
||||
restartOpenViduServerIfNecessary(false, null, OPENVIDU_PRO_SPEECH_TO_TEXT);
|
||||
|
||||
|
|
Loading…
Reference in New Issue