Skip to content

Commit

Permalink
fix [githubmanifest] service tests (#10657)
Browse files Browse the repository at this point in the history
* Change badge label from 'version' to 'manifest' in GitHub manifest tests

* revert version label for failed paths
  • Loading branch information
jNullj authored Nov 10, 2024
1 parent 00d72da commit 8af909d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/github/github-manifest.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ export const t = new ServiceTester({
t.create('Manifest version')
.get('/v/sindresorhus/show-all-github-issues.json')
.expectBadge({
label: 'version',
label: 'manifest',
message: isVPlusDottedVersionAtLeastOne,
})

t.create('Manifest version (path)')
.get('/v/RedSparr0w/IndieGala-Helper.json?filename=extension/manifest.json')
.expectBadge({
label: 'version',
label: 'manifest',
message: isVPlusDottedVersionAtLeastOne,
})

Expand Down

0 comments on commit 8af909d

Please sign in to comment.