update execute sql test

This commit is contained in:
duwenxin
2026-02-09 22:58:27 -05:00
parent 2c2601bb2d
commit 7c56e4b79b

View File

@@ -723,6 +723,9 @@ func RunExecuteSqlToolInvokeTest(t *testing.T, createTableStatement, select1Want
}
t.Fatalf("response status code is not 200, got %d: %s", resp.StatusCode, string(respBody))
}
if tc.isAgentErr {
return
}
// Check response body
var body map[string]interface{}