Skip to content

Commit

Permalink
chore: fix smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Jan 23, 2024
1 parent a82ccc5 commit 332ed08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions smoke-tests/test/workspace-ua.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ t.test('basic', async t => {

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

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

0 comments on commit 332ed08

Please sign in to comment.