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 <teddy.katz@gmail.com>
Reviewed-By: Matheus Marchini <matheus@sthima.com>
This commit is contained in:
Rich Trott 2018-04-03 18:28:18 -07:00
parent 625971271b
commit 88910724c8

View File

@ -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();