File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
spring-ai-3/src/test/java/com/baeldung/springai/docker/modelrunner Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 33import static org .assertj .core .api .AssertionsForInterfaceTypes .assertThat ;
44
55import org .junit .jupiter .api .BeforeEach ;
6- import org .junit .jupiter .api .Disabled ;
76import org .junit .jupiter .api .Test ;
87import org .springframework .beans .factory .annotation .Autowired ;
98import org .springframework .boot .test .context .SpringBootTest ;
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?" ;
You can’t perform that action at this time.
0 commit comments