Skip to content

Commit

Permalink
use gk
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
chr-stian committed Feb 29, 2024
1 parent e53d293 commit 475b53d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion galaxy_ng/tests/integration/utils/collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,10 @@ def delete_all_collections_in_namespace(api_client, namespace_name):

# accumlate a list of matching collections in each repo
ctuples = set()
cmap = get_all_collections_by_repo(api_client)
ansible_config = get_ansible_config()
galaxy_client = get_galaxy_client(ansible_config)
gc = galaxy_client("admin")
cmap = get_all_collections_by_repo(gc)
for repo, cvs in cmap.items():
for cv_spec in cvs.keys():
if cv_spec[0] == namespace_name:
Expand Down

0 comments on commit 475b53d

Please sign in to comment.