diff --git a/internal/server/mcp_test.go b/internal/server/mcp_test.go index 0d50af2b24..b1122edc3b 100644 --- a/internal/server/mcp_test.go +++ b/internal/server/mcp_test.go @@ -231,7 +231,7 @@ func TestMcpEndpointWithoutInitialized(t *testing.T) { "id": "tools-call-tool4", "error": map[string]any{ "code": -32600.0, - "message": "unauthorized Tool call: Please make sure your specify correct auth headers: unauthorized", + "message": "unauthorized Tool call: Please make sure you specify correct auth headers: ", }, }, }, @@ -834,7 +834,7 @@ func TestMcpEndpoint(t *testing.T) { "id": "tools-call-tool4", "error": map[string]any{ "code": -32600.0, - "message": "unauthorized Tool call: Please make sure your specify correct auth headers: unauthorized", + "message": "unauthorized Tool call: Please make sure you specify correct auth headers: ", }, }, },