Skip to content

Commit 40ce764

Browse files
authored
test: fix python e2e http test (#1314)
1 parent d92b9ab commit 40ce764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/scenario_runtime-http_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ var httpFuncValidatorMap = map[string]FuncResponsivenessValidator{
121121
expects: "message=hello",
122122
},
123123
"python": {
124-
urlMask: "%s?message=hello",
125-
expects: `{"message": "hello"}`,
124+
urlMask: "%s",
125+
expects: `OK`,
126126
},
127127
"quarkus": {
128128
urlMask: "%s?message=hello",

0 commit comments

Comments
 (0)