Skip to content

Commit b979dab

Browse files
committed
test: update test to comply with lint rule
Ref: nodejs#19502 (comment)
1 parent 14310b5 commit b979dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-https-host-headers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function testHttps() {
104104
path: `/${counter++}`,
105105
host: 'localhost',
106106
setHost: true,
107-
//agent: false,
107+
// agent: false,
108108
port: this.address().port,
109109
rejectUnauthorized: false
110110
}, cb).on('error', thrower).end();

0 commit comments

Comments
 (0)