summaryrefslogtreecommitdiff
path: root/deps/npm/test/lib/utils/exit-handler.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/lib/utils/exit-handler.js')
-rw-r--r--deps/npm/test/lib/utils/exit-handler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/lib/utils/exit-handler.js b/deps/npm/test/lib/utils/exit-handler.js
index 969bd05a98..8942d90922 100644
--- a/deps/npm/test/lib/utils/exit-handler.js
+++ b/deps/npm/test/lib/utils/exit-handler.js
@@ -549,7 +549,7 @@ t.test('uses all err special properties', async t => {
t.test('verbose logs replace info on err props', async t => {
const { exitHandler, logs } = await mockExitHandler(t)
- const keys = ['type', 'stack', 'statusCode', 'pkgid']
+ const keys = ['type', 'stack', 'pkgid']
const properties = keys.reduce((acc, k) => {
acc[k] = `${k}-https://user:pass@registry.npmjs.org/`
return acc