We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92b9ab commit 8cd33c8Copy full SHA for 8cd33c8
test/e2e/scenario_runtime-http_test.go
@@ -121,8 +121,8 @@ var httpFuncValidatorMap = map[string]FuncResponsivenessValidator{
121
expects: "message=hello",
122
},
123
"python": {
124
- urlMask: "%s?message=hello",
125
- expects: `{"message": "hello"}`,
+ urlMask: "%s",
+ expects: `OK`,
126
127
"quarkus": {
128
urlMask: "%s?message=hello",
0 commit comments