mirror of https://github.com/knative/func.git
test: fix python e2e http test (#2831)
This commit is contained in:
parent
535d6de273
commit
70720edadc
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue