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:
parent
625971271b
commit
88910724c8
@ -104,7 +104,7 @@ function testHttps() {
|
|||||||
path: `/${counter++}`,
|
path: `/${counter++}`,
|
||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
setHost: true,
|
setHost: true,
|
||||||
//agent: false,
|
// agent: false,
|
||||||
port: this.address().port,
|
port: this.address().port,
|
||||||
rejectUnauthorized: false
|
rejectUnauthorized: false
|
||||||
}, cb).on('error', thrower).end();
|
}, cb).on('error', thrower).end();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user