Skip to content

Commit e9602b4

Browse files
committed
remove comment
No-Issue
1 parent 56cb93a commit e9602b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

galaxy_ng/tests/integration/utils/collections.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,9 +560,6 @@ def get_all_repository_collection_versions(gc):
560560

561561
collections = []
562562
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 ??
566563
next_page = (f'{gc.galaxy_root}content/{repo}/'
567564
f'v3/plugin/ansible/content/{repo}/collections/index/')
568565
while next_page:

0 commit comments

Comments
 (0)