From c112424ea359ffb058cd7d35aeba96c3c3a606c3 Mon Sep 17 00:00:00 2001 From: duwenxin99 Date: Wed, 4 Feb 2026 16:27:29 -0500 Subject: [PATCH] fix http test --- tests/http/http_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/http/http_integration_test.go b/tests/http/http_integration_test.go index 27856bad97..ef2cd3b2c7 100644 --- a/tests/http/http_integration_test.go +++ b/tests/http/http_integration_test.go @@ -431,7 +431,7 @@ func runAdvancedHTTPInvokeTest(t *testing.T) { requestBody: func() io.Reader { return bytes.NewBuffer([]byte(`{"animalArray": ["rabbit", "ostrich", "whale"], "id": 4, "path": "tool3", "country": "US", "X-Other-Header": "test"}`)) }, - want: "error processing request", + want: "error processing request: unexpected status code: 400, response body: Bad Request: Incorrect query parameter: id, actual: [2 1 4]", isAgentErr: true, }, }