Skip to content

Commit e431e05

Browse files
committed
Update
1 parent 6557a99 commit e431e05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ void testMaskingPseudonymization() {
154154

155155
@Test
156156
@DisabledIfSystemProperty(named = "aicore.landscape", matches = "production")
157-
void testFoo() {
157+
void testGrounding() {
158+
// Placeholder for grounding test
158159
assertThat(System.getProperty("aicore.landscape")).isNotEqualTo("production");
159160
}
160161
}

0 commit comments

Comments
 (0)