From 70720edadcef9d0c79bf1a6b4f036760c6fd971f Mon Sep 17 00:00:00 2001 From: Jefferson Ramos Date: Tue, 27 May 2025 10:10:19 -0300 Subject: [PATCH] test: fix python e2e http test (#2831) --- test/e2e/scenario_runtime-http_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",