diff --git a/galaxy_ng/tests/integration/utils/tasks.py b/galaxy_ng/tests/integration/utils/tasks.py index 64a7226416..eccf51f1b9 100644 --- a/galaxy_ng/tests/integration/utils/tasks.py +++ b/galaxy_ng/tests/integration/utils/tasks.py @@ -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):