Skip to content

Commit

Permalink
Remove unnecessary wait_for_url after 2 task waits
Browse files Browse the repository at this point in the history
  • Loading branch information
awcrosby committed Jun 22, 2022
1 parent d4aa684 commit 5e69fea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions galaxy_ng/tests/integration/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,13 +415,6 @@ def set_certification(client, collection):
task_result = wait_for_task(client, ds)
assert task_result['state'] == 'completed', task_result

# give extra time for the backend to settle and "hidden" tasks to finish
dest_url = (
"content/published/v3/plugin/ansible/content/published/collections/index/"
f"{collection.namespace}/{collection.name}/versions/{collection.version}/"
)
res = wait_for_url(client, dest_url)

return res


Expand Down

0 comments on commit 5e69fea

Please sign in to comment.