Skip to content

Commit e71e91d

Browse files
Fix e2e test
1 parent 4128406 commit e71e91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/SpringAiOrchestrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void testToolCallingWithoutExecution() {
7676
@Test
7777
void testToolCallingWithExecution() {
7878
ChatResponse response = service.toolCalling(true);
79-
assertThat(response.getResult().getOutput().getText()).contains("Potsdam", "Toulouse");
79+
assertThat(response.getResult().getOutput().getText()).contains("Potsdam", "Toulouse", "°C");
8080
}
8181

8282
@Test

0 commit comments

Comments
 (0)