Skip to content

Commit dfcbbf1

Browse files
committed
small fix
1 parent 019070a commit dfcbbf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

orchestration/src/test/java/com/sap/ai/sdk/orchestration/OrchestrationUnitTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ void testGroundingWithHelpSapCom() throws IOException {
224224

225225
assertThat(
226226
response.getOriginalResponse().getModuleResults().getGrounding().getData().toString())
227-
.contains("Fuzzy search is a fast and fault-tolerant search feature of SAP HANA.");
227+
.contains(
228+
"A fuzzy search is a search technique that is designed to be fast and tolerant of errors");
228229
assertThat(response.getContent()).startsWith("A fuzzy search is a search technique");
229230

230231
try (var requestInputStream = fileLoader.apply("groundingHelpSapComRequest.json")) {

0 commit comments

Comments
 (0)