summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-head-response-has-no-body-end.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-head-response-has-no-body-end.js')
-rw-r--r--test/parallel/test-http-head-response-has-no-body-end.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-head-response-has-no-body-end.js b/test/parallel/test-http-head-response-has-no-body-end.js
index 87ce957df3..cd2c22c8fa 100644
--- a/test/parallel/test-http-head-response-has-no-body-end.js
+++ b/test/parallel/test-http-head-response-has-no-body-end.js
@@ -1,6 +1,6 @@
'use strict';
const common = require('../common');
-var http = require('http');
+const http = require('http');
// This test is to make sure that when the HTTP server
// responds to a HEAD request with data to res.end,