Merge "Fix mistyped gitea screenshot image name"

This commit is contained in:
Zuul 2023-05-12 22:04:53 +00:00 committed by Gerrit Code Review
commit 09f5da2f10

View File

@ -122,7 +122,7 @@ def test_gitea_screenshots(host):
('https://localhost:3081/opendev/', None, ('https://localhost:3081/opendev/', None,
'gitea-org-opendev.png'), 'gitea-org-opendev.png'),
('https://localhost:3081/explore/organizations', None, ('https://localhost:3081/explore/organizations', None,
'gitea-org-expore.png'), 'gitea-org-explore.png'),
) )
take_screenshots(host, shots) take_screenshots(host, shots)