summaryrefslogtreecommitdiff
path: root/deps/npm/test/lib/cli.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/lib/cli.js')
-rw-r--r--deps/npm/test/lib/cli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/lib/cli.js b/deps/npm/test/lib/cli.js
index 28640a2260..cafd13feab 100644
--- a/deps/npm/test/lib/cli.js
+++ b/deps/npm/test/lib/cli.js
@@ -98,7 +98,7 @@ t.test('logged argv is sanitized with equals', async t => {
})
await cli(process)
- t.match(logsBy('argv'), [['"version" "--registry" "https://u:***@npmjs.org"']])
+ t.match(logsBy('argv'), [['"version" "--registry" "https://u:***@npmjs.org/"']])
})
t.test('print usage if no params provided', async t => {