We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562aa6a commit 3ea1447Copy full SHA for 3ea1447
galaxy_ng/tests/integration/api/test_sync_stage.py
@@ -60,7 +60,7 @@ def test_sync():
60
resp = wait_for_task(api_client_remote, resp=resp, raise_on_error=True)
61
assert resp["state"] == "completed"
62
63
- set_certification(api_client_remote, gc_remote, artifact)
+ set_certification(api_client_remote.config, gc_remote, artifact)
64
65
# sync and check
66
body = {
0 commit comments