diff --git a/testinfra/test_gitea.py b/testinfra/test_gitea.py index 9449a8c300..0028a8aeec 100644 --- a/testinfra/test_gitea.py +++ b/testinfra/test_gitea.py @@ -122,7 +122,7 @@ def test_gitea_screenshots(host): ('https://localhost:3081/opendev/', None, 'gitea-org-opendev.png'), ('https://localhost:3081/explore/organizations', None, - 'gitea-org-expore.png'), + 'gitea-org-explore.png'), ) take_screenshots(host, shots)