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 4beafb1 commit 7b2c2d5Copy full SHA for 7b2c2d5
sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/OrchestrationTest.java
@@ -507,7 +507,7 @@ void wrongModelVersion() {
507
() ->
508
client.chatCompletion(
509
prompt, filterConfig.withLlmConfig(GPT_5.withName("wrong-model"))))
510
- .isExactlyInstanceOf(OrchestrationClientException.class)
+ .isInstanceOf(OrchestrationClientException.class)
511
.hasMessageContaining("400")
512
.hasMessageContaining("Model name must be one of");
513
0 commit comments