diff --git a/testinfra/test_mirror.py b/testinfra/test_mirror.py index d1d257ad57..a00188dcea 100644 --- a/testinfra/test_mirror.py +++ b/testinfra/test_mirror.py @@ -68,10 +68,10 @@ def test_quay_mirror(host): def test_galaxy_mirror(host): cmd = host.run(_run_cmd(host, 4448, url='/')) - assert 'Galaxy NG' in cmd.stdout + assert 'Ansible Galaxy' in cmd.stdout cmd = host.run(_run_cmd(host, 8085, scheme='http', url='/')) - assert 'Galaxy NG' in cmd.stdout + assert 'Ansible Galaxy' in cmd.stdout hostname = host.backend.get_hostname() # Ensure API properly answers