diff --git a/galaxy_ng/tests/integration/api/test_sync_stage.py b/galaxy_ng/tests/integration/api/test_sync_stage.py index 7d3ce2ebb1..f199c4ab20 100644 --- a/galaxy_ng/tests/integration/api/test_sync_stage.py +++ b/galaxy_ng/tests/integration/api/test_sync_stage.py @@ -60,7 +60,7 @@ def test_sync(): resp = wait_for_task(api_client_remote, resp=resp, raise_on_error=True) assert resp["state"] == "completed" - set_certification(api_client_remote, gc_remote, artifact) + set_certification(api_client_remote.config, gc_remote, artifact) # sync and check body = {