Skip to content

Commit cd577f2

Browse files
committed
fix: Fix CI failures
Signed-off-by: Sun Yuhan <[email protected]>
1 parent 9d1e1b5 commit cd577f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/common/src/test/java/org/springframework/ai/mcp/AsyncMcpToolCallbackTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void callShouldThrowOnError() {
3434
assertThatThrownBy(() -> callback.call("{\"param\":\"value\"}")).isInstanceOf(ToolExecutionException.class)
3535
.cause()
3636
.isInstanceOf(IllegalStateException.class)
37-
.hasMessage("Error calling tool: [TextContent[annotations=null, text=Some error data]]");
37+
.hasMessage("Error calling tool: [TextContent[annotations=null, text=Some error data, meta=null]]");
3838
}
3939

4040
@Test

0 commit comments

Comments
 (0)