Skip to content

Commit 8891072

Browse files
committed
test: update test to comply with lint rule
Ref: #19502 (comment) PR-URL: #19784 Reviewed-By: Teddy Katz <[email protected]> Reviewed-By: Matheus Marchini <[email protected]>
1 parent 6259712 commit 8891072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)