openvidu-test-e2e: change Crash service STT test name

pull/772/head
pabloFuente 2022-11-29 18:36:41 +01:00
parent af23890f20
commit 6ef6faca86
1 changed files with 3 additions and 3 deletions

View File

@ -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);