updated parameters and errors

This commit is contained in:
sean-m-sullivan
2020-08-28 07:19:39 -05:00
parent 49e2a3fa5a
commit 007b0d841e
4 changed files with 8 additions and 5 deletions

View File

@@ -179,9 +179,9 @@ def main():
# Invoke wait function
module.wait_on_url(
url=result['json']['url'],
object_name=name,
object_type='workflow_job',
url=result['json']['url'],
timeout=timeout, interval=interval
)