There was an error while loading. Please reload this page.
1 parent b71d730 commit 38afc12Copy full SHA for 38afc12
models/spring-ai-anthropic/src/test/java/org/springframework/ai/anthropic/api/AnthropicApiIT.java
@@ -324,7 +324,7 @@ void chatCompletionStreamError() {
324
assertThatThrownBy(() -> response.collectList().block()).isInstanceOf(RuntimeException.class)
325
.hasMessageStartingWith("Response exception, Status: [")
326
.hasMessageContaining(
327
-"{\"type\":\"error\",\"error\":{\"type\":\"authentication_error\",\"message\":\"invalid x-api-key\"}}");
+"{\"type\":\"error\",\"error\":{\"type\":\"authentication_error\",\"message\":\"invalid x-api-key\"}");
328
}
329
330
0 commit comments