Skip to content

Commit a269ab7

Browse files
onematchfoxCopilot
andauthored
refactor: fix comment
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Brian Fox <878612+onematchfox@users.noreply.github.com>
1 parent e77f81e commit a269ab7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go/core/internal/mcp/mcp_handler_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ func TestInvokeAgent_AuthPropagation(t *testing.T) {
127127
}
128128

129129
// TestInvokeAgent_NoAuthPropagationWithoutHeader verifies that when the MCP
130-
// client sends no Authorization header, neither Authenticate nor UpstreamAuth
131-
// are invoked and the A2A backend receives no Authorization header.
130+
// client sends no Authorization header, no Authorization header is
131+
// propagated to the A2A backend.
132132
func TestInvokeAgent_NoAuthPropagationWithoutHeader(t *testing.T) {
133133
backend := newA2ABackend(t)
134134

0 commit comments

Comments
 (0)