Skip to content

Commit e3036d4

Browse files
committed
#BAEL-9291: rename test class and remove @disabled
1 parent ba3cc35 commit e3036d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import static org.assertj.core.api.AssertionsForInterfaceTypes.assertThat;
44

55
import org.junit.jupiter.api.BeforeEach;
6-
import org.junit.jupiter.api.Disabled;
76
import org.junit.jupiter.api.Test;
87
import org.springframework.beans.factory.annotation.Autowired;
98
import org.springframework.boot.test.context.SpringBootTest;
@@ -15,7 +14,7 @@
1514

1615
@Import(TestcontainersConfiguration.class)
1716
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
18-
class ModelRunnerApplicationUnitTest {
17+
class ModelRunnerApplicationManualTest {
1918

2019
@LocalServerPort
2120
private int port;
@@ -31,7 +30,6 @@ void setUp() {
3130
}
3231

3332
@Test
34-
@Disabled
3533
void givenMessage_whenCallChatController_thenSuccess() {
3634
// given
3735
String userMessage = "Hello, how are you?";

0 commit comments

Comments
 (0)