fix http test

This commit is contained in:
duwenxin99
2026-02-04 16:27:29 -05:00
committed by duwenxin
parent b8af02a1dd
commit c112424ea3

View File

@@ -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,
},
}