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
This commit is contained in:
Michal Gershenzon 2017-08-15 08:31:54 +00:00
parent 3ba7b739d4
commit d331ca491a
1 changed files with 1 additions and 1 deletions

View File

@ -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"}'
}
)