Skip to content

Commit 3ea1447

Browse files
authored
fix sync tests (#2097)
No-Issue
1 parent 562aa6a commit 3ea1447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galaxy_ng/tests/integration/api/test_sync_stage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_sync():
6060
resp = wait_for_task(api_client_remote, resp=resp, raise_on_error=True)
6161
assert resp["state"] == "completed"
6262

63-
set_certification(api_client_remote, gc_remote, artifact)
63+
set_certification(api_client_remote.config, gc_remote, artifact)
6464

6565
# sync and check
6666
body = {

0 commit comments

Comments
 (0)