diff --git a/mistral_tempest_tests/tests/api/v2/test_action_executions.py b/mistral_tempest_tests/tests/api/v2/test_action_executions.py index d70f2cb..40821f5 100644 --- a/mistral_tempest_tests/tests/api/v2/test_action_executions.py +++ b/mistral_tempest_tests/tests/api/v2/test_action_executions.py @@ -164,7 +164,7 @@ class ActionExecutionTestsV2(base.TestCase): { 'name': 'std.http', 'input': - '{"url": "https://www.google.co.il/search?q=testTest"}' + '{"url": "https://httpbin.org/encoding/utf8"}' } )