fix [pub] service tests (#7921)
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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',
|
||||
})
|
||||
|
||||
@@ -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',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user