Skip to content

Commit

Permalink
revert version label for failed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jNullj committed Nov 6, 2024
1 parent cd76ccc commit 99128c4
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 @@ -27,7 +27,7 @@ t.create('Manifest version (path not found)')
'/v/RedSparr0w/IndieGala-Helper.json?filename=invalid-directory/manifest.json',
)
.expectBadge({
label: 'manifest',
label: 'version',
message:
'repo not found, branch not found, or invalid-directory/manifest.json missing',
})
Expand All @@ -54,6 +54,6 @@ t.create('Manifest object (path)')
t.create('Manifest invalid json response')
.get('/v/RedSparr0w/not-a-real-project.json')
.expectBadge({
label: 'manifest',
label: 'version',
message: 'repo not found, branch not found, or manifest.json missing',
})

0 comments on commit 99128c4

Please sign in to comment.