We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6557a99 commit e431e05Copy full SHA for e431e05
sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/OrchestrationTest.java
@@ -154,7 +154,8 @@ void testMaskingPseudonymization() {
154
155
@Test
156
@DisabledIfSystemProperty(named = "aicore.landscape", matches = "production")
157
- void testFoo() {
+ void testGrounding() {
158
+ // Placeholder for grounding test
159
assertThat(System.getProperty("aicore.landscape")).isNotEqualTo("production");
160
}
161
0 commit comments