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 1653b44 commit 0c44feeCopy full SHA for 0c44fee
orchestration/src/test/java/com/sap/ai/sdk/orchestration/OrchestrationUnitTest.java
@@ -790,7 +790,7 @@ void testMultiMessage() throws IOException {
790
}
791
792
@Test
793
- void testJsonSchema() throws IOException {
+ void testResponseObjectJsonSchema() throws IOException {
794
stubFor(
795
post(anyUrl())
796
.willReturn(
@@ -887,7 +887,7 @@ void testJsonSchema() throws IOException {
887
888
889
890
- void testJsonObject() throws IOException {
+ void testResponseObjectJsonObject() throws IOException {
891
892
893
0 commit comments