diff --git a/testinfra/test_gitea.py b/testinfra/test_gitea.py index cd7b4b7428..1e893c76f6 100644 --- a/testinfra/test_gitea.py +++ b/testinfra/test_gitea.py @@ -34,8 +34,8 @@ def test_ulimit(host): def test_robots(host): cmd = host.run('curl --insecure ' - '--resolve gitea99.opendev.org:3000:127.0.0.1 ' - 'https://gitea99.opendev.org:3000/robots.txt') + '--resolve gitea99.opendev.org:3081:127.0.0.1 ' + 'https://gitea99.opendev.org:3081/robots.txt') assert 'Disallow: /' in cmd.stdout def test_matrix_server(host):