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 56cb93a commit e9602b4Copy full SHA for e9602b4
galaxy_ng/tests/integration/utils/collections.py
@@ -560,9 +560,6 @@ def get_all_repository_collection_versions(gc):
560
561
collections = []
562
for repo in repositories:
563
- # next_page = f'{gc.galaxy_root}content/{repo}/v3/collections/'
564
- # previous line should work but responds 302 redirect but requests library
565
- # does not include auth ??
566
next_page = (f'{gc.galaxy_root}content/{repo}/'
567
f'v3/plugin/ansible/content/{repo}/collections/index/')
568
while next_page:
0 commit comments