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 3
3
import static org .assertj .core .api .AssertionsForInterfaceTypes .assertThat ;
4
4
5
5
import org .junit .jupiter .api .BeforeEach ;
6
- import org .junit .jupiter .api .Disabled ;
7
6
import org .junit .jupiter .api .Test ;
8
7
import org .springframework .beans .factory .annotation .Autowired ;
9
8
import org .springframework .boot .test .context .SpringBootTest ;
15
14
16
15
@ Import (TestcontainersConfiguration .class )
17
16
@ SpringBootTest (webEnvironment = SpringBootTest .WebEnvironment .RANDOM_PORT )
18
- class ModelRunnerApplicationUnitTest {
17
+ class ModelRunnerApplicationManualTest {
19
18
20
19
@ LocalServerPort
21
20
private int port ;
@@ -31,7 +30,6 @@ void setUp() {
31
30
}
32
31
33
32
@ Test
34
- @ Disabled
35
33
void givenMessage_whenCallChatController_thenSuccess () {
36
34
// given
37
35
String userMessage = "Hello, how are you?" ;
You can’t perform that action at this time.
0 commit comments