Skip to content

Commit 93fcf15

Browse files
committed
fix: smoke
1 parent 6f2a724 commit 93fcf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/test/npm-replace-global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ t.test('publish and replace global self', async t => {
136136
if (setup.SMOKE_PUBLISH) {
137137
await npmPackage()
138138
}
139-
registry.nock.get('/-/package/npm/dist-tags').reply(404, 'not found')
139+
registry.nock.get('/npm').reply(404, 'not found')
140140
registry.nock.put('/npm', body => {
141141
if (body._id === 'npm' && body.versions[version]) {
142142
publishedPackument = body.versions[version]

0 commit comments

Comments
 (0)