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",
|
||||
},
|
||||
"python": {
|
||||
urlMask: "%s?message=hello",
|
||||
expects: `{"message": "hello"}`,
|
||||
urlMask: "%s",
|
||||
expects: `OK`,
|
||||
},
|
||||
"quarkus": {
|
||||
urlMask: "%s?message=hello",
|
||||
|
|
Loading…
Reference in New Issue