Skip to content

Commit 35ac052

Browse files
author
I750911
committed
Revert "e2e tests"
This reverts commit c2b55ab
1 parent a2fade2 commit 35ac052

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,6 @@ void testMasking() {
5858
assertThat(response.getResult().getOutput().getText()).isNotEmpty();
5959
}
6060

61-
@Test
62-
void testInputFiltering() {
63-
assertThatThrownBy(() -> service.inputFiltering())
64-
.isInstanceOf(OrchestrationClientException.class)
65-
.hasMessageContaining("filter")
66-
.hasMessageContaining("400 Bad Request");
67-
}
68-
69-
@Test
70-
void testOutputFiltering() {
71-
assertThatThrownBy(() -> service.outputFiltering())
72-
.isInstanceOf(OrchestrationClientException.class)
73-
.hasMessageContaining("filter")
74-
.hasMessageContaining("400 Bad Request");
75-
}
76-
7761
@Test
7862
void testToolCallingWithoutExecution() {
7963
ChatResponse response = service.toolCalling(false);

0 commit comments

Comments
 (0)