diff --git a/test/e2e/scenario_runtime-http_test.go b/test/e2e/scenario_runtime-http_test.go index 1651e7d25..af4834de7 100644 --- a/test/e2e/scenario_runtime-http_test.go +++ b/test/e2e/scenario_runtime-http_test.go @@ -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",