test: fix python e2e http test (#2831)

This commit is contained in:
Jefferson Ramos 2025-05-27 10:10:19 -03:00 committed by GitHub
parent 535d6de273
commit 70720edadc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@ var httpFuncValidatorMap = map[string]FuncResponsivenessValidator{
expects: "message=hello", expects: "message=hello",
}, },
"python": { "python": {
urlMask: "%s?message=hello", urlMask: "%s",
expects: `{"message": "hello"}`, expects: `OK`,
}, },
"quarkus": { "quarkus": {
urlMask: "%s?message=hello", urlMask: "%s?message=hello",