diff --git a/galaxy_ng/tests/integration/cli/test_community_sync.py b/galaxy_ng/tests/integration/cli/test_community_sync.py index 413df0586c..9b29b3c691 100644 --- a/galaxy_ng/tests/integration/cli/test_community_sync.py +++ b/galaxy_ng/tests/integration/cli/test_community_sync.py @@ -58,7 +58,7 @@ def test_community_collection_download_count_sync(ansible_config): remotes = dict((x['name'], x) for x in resp['results']) community_remote_config = { 'name': 'community', - 'url': 'https://galaxy.ansible.com/', + 'url': 'https://old-galaxy.ansible.com/', 'sync_dependencies': False, 'requirements_file': json.dumps({'collections': ['.'.join(list(sync_collection))]}), }