From 88910724c8ccfc55eaabc94496c82ea1a02fd741 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 11fa8dd70f9..996b37a6338 100644 --- a/test/parallel/test-https-host-headers.js +++ b/test/parallel/test-https-host-headers.js @@ -104,7 +104,7 @@ function testHttps() { path: `/${counter++}`, host: 'localhost', setHost: true, - //agent: false, + // agent: false, port: this.address().port, rejectUnauthorized: false }, cb).on('error', thrower).end();