Skip to content

Commit

Permalink
Better error message.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Nov 12, 2024
1 parent 0b78425 commit 1b0dad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_ng/tests/integration/utils/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def wait_for_task_ui_client(gc, task):
if state == 'completed':
break
time.sleep(SLEEP_SECONDS_POLLING)
assert state == 'completed'
assert state == 'completed', ds


def wait_for_namespace_tasks_gk(gc, timeout=300):
Expand Down

0 comments on commit 1b0dad4

Please sign in to comment.