From c46d54ae1775bc7848c12ae251c0d1c4be65e5a5 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 May 2023 15:36:41 +0000 Subject: [PATCH] Fix mistyped gitea screenshot image name Change-Id: I7a1fa393e03abcace9cea820f04962cb3aa9c67c --- testinfra/test_gitea.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)