fix [pub] service tests (#7921)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
chris48s
2022-05-03 15:00:32 +01:00
committed by GitHub
parent 7aaeda5886
commit f219e3cd19
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ t.create('package not verified publisher').get('/utf.json').expectBadge({
color: 'lightgrey',
})
t.create('package not found').get('/does-not-exist.json').expectBadge({
t.create('package not found').get('/doesnotexist.json').expectBadge({
label: 'publisher',
message: 'not found',
})

View File

@@ -18,7 +18,7 @@ t.create('package pre-release version')
message: isVPlusTripleDottedVersion,
})
t.create('package not found').get('/v/does-not-exist.json').expectBadge({
t.create('package not found').get('/v/doesnotexist.json').expectBadge({
label: 'pub',
message: 'not found',
})