From 3125f82d5ecf5281db6e2ed66911a81ece23b79e Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 15 Mar 2024 12:12:29 +0100 Subject: [PATCH] fix sync tests No-Issue --- galaxy_ng/tests/integration/api/test_sync_stage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {