Skip to content

Commit 849bacc

Browse files
committed
chore: fix smoke test
1 parent ed02bdb commit 849bacc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

smoke-tests/test/workspace-ua.js

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ t.test('basic', async t => {
77

88
const mock = () => registry.nock
99
.get(`/fail_reflect_user_agent`)
10-
// XXX: why does this get fetched twice for each uninstall?
11-
.times(2)
1210
.reply(404, {}, { 'npm-notice': (req) => req.headers['user-agent'] })
1311

1412
await t.test('npm install sends correct user-agent', async t => {

0 commit comments

Comments
 (0)