From 4df3377856f0889f4c84615dd037e543bc2bd8e8 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 3 Apr 2018 18:28:18 -0700 Subject: [PATCH] test: update test to comply with lint rule Ref: https://github.com/nodejs/node/pull/19502#issuecomment-378450321 PR-URL: https://github.com/nodejs/node/pull/19784 Reviewed-By: Teddy Katz Reviewed-By: Matheus Marchini --- test/parallel/test-https-host-headers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-https-host-headers.js b/test/parallel/test-https-host-headers.js index 99b7baaaf6d345..8f2dbfaca9f1c1 100644 --- a/test/parallel/test-https-host-headers.js +++ b/test/parallel/test-https-host-headers.js @@ -110,7 +110,7 @@ function testHttps() { path: `/${counter++}`, host: 'localhost', setHost: true, - //agent: false, + // agent: false, port: this.address().port, rejectUnauthorized: false }, cb).on('error', thrower).end();