Skip to content

Commit

Permalink
fix sync tests
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
chr-stian committed Mar 15, 2024
1 parent 562aa6a commit 3125f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_ng/tests/integration/api/test_sync_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 3125f82

Please sign in to comment.