Skip to content

Commit 4df3377

Browse files
Trotttargos
authored andcommitted
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 f379167 commit 4df3377

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
@@ -110,7 +110,7 @@ function testHttps() {
110110
path: `/${counter++}`,
111111
host: 'localhost',
112112
setHost: true,
113-
//agent: false,
113+
// agent: false,
114114
port: this.address().port,
115115
rejectUnauthorized: false
116116
}, cb).on('error', thrower).end();

0 commit comments

Comments
 (0)