1
0
mirror of https://github.com/badges/shields.git synced 2025-04-18 19:44:04 +03:00

fix [aur] service tests (#9566)

This commit is contained in:
chris48s 2023-09-12 00:08:23 +01:00 committed by GitHub
parent f545553945
commit f53e478b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ t.create('license (package not found)')
t.create('maintainer (valid)')
.get('/maintainer/google-chrome.json')
.expectBadge({ label: 'maintainer', message: 'luzifer' })
.expectBadge({ label: 'maintainer', message: 'gromit' })
t.create('maintainer (not found)')
.get('/maintainer/not-a-package.json')