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:
parent
3ba7b739d4
commit
d331ca491a
@ -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"}'
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user