From c733f03717b128952abb1853df3f8bb860eddb2d Mon Sep 17 00:00:00 2001 From: duwenxin99 Date: Wed, 4 Feb 2026 11:57:13 -0500 Subject: [PATCH] update unit test --- internal/server/mcp_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: ", }, }, },