summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-debug.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-debug.js')
-rw-r--r--test/parallel/test-http-debug.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-debug.js b/test/parallel/test-http-debug.js
index 4b1c093c66..3907412203 100644
--- a/test/parallel/test-http-debug.js
+++ b/test/parallel/test-http-debug.js
@@ -7,7 +7,7 @@ const path = require('path');
process.env.NODE_DEBUG = 'http';
const { stderr } = child_process.spawnSync(process.execPath, [
- path.resolve(__dirname, 'test-http-conn-reset.js')
+ path.resolve(__dirname, 'test-http-conn-reset.js'),
], { encoding: 'utf8' });
assert(stderr.match(/Setting the NODE_DEBUG environment variable to 'http' can expose sensitive data \(such as passwords, tokens and authentication headers\) in the resulting log\./),