Fixing Ansible Integration tests (#175)

<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
This commit is contained in:
The Magician 2019-01-30 14:44:55 -08:00 committed by Alex Stephen
parent 6c4fae3b34
commit ba60e76aee
44 changed files with 135 additions and 134 deletions

View file

@ -467,7 +467,7 @@ def wait_for_completion(status, op_result, module):
while not status:
raise_if_errors(op_result, ['error'], module)
time.sleep(1.0)
op_result = fetch_resource(module, op_uri)
op_result = fetch_resource(module, op_uri, False)
status = navigate_hash(op_result, ['done'])
return op_result