Fix mistyped gitea screenshot image name

Change-Id: I7a1fa393e03abcace9cea820f04962cb3aa9c67c
This commit is contained in:
Jeremy Stanley 2023-05-03 15:36:41 +00:00
parent 9f9e86abd5
commit c46d54ae17

View File

@ -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)