From d331ca491ae63ed0693c95e91c69b8bc8b52218b Mon Sep 17 00:00:00 2001 From: Michal Gershenzon Date: Tue, 15 Aug 2017 08:31:54 +0000 Subject: [PATCH] Fix test for decoding utf8 Google sometimes returns 302 json, causing the test to fail. This commit switches to httpbin. New url used in test: https://httpbin.org/encoding/utf8 Change-Id: I095f468310c58cede509f520feb005901a48c0c6 --- mistral_tempest_tests/tests/api/v2/test_action_executions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}' } )