summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-host-header-ipv6-fail.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-host-header-ipv6-fail.js')
-rw-r--r--test/parallel/test-http-host-header-ipv6-fail.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-host-header-ipv6-fail.js b/test/parallel/test-http-host-header-ipv6-fail.js
index 3552e38856..e84e9ab05b 100644
--- a/test/parallel/test-http-host-header-ipv6-fail.js
+++ b/test/parallel/test-http-host-header-ipv6-fail.js
@@ -15,7 +15,7 @@ const net = require('net');
const requests = [
{ host: 'foo:1234', headers: { expectedhost: 'foo:1234:80' } },
- { host: '::1', headers: { expectedhost: '[::1]:80' } }
+ { host: '::1', headers: { expectedhost: '[::1]:80' } },
];
function createLocalConnection(options) {