Skip to content

Commit

Permalink
test: update test to comply with lint rule
Browse files Browse the repository at this point in the history
Ref: #19502 (comment)

PR-URL: #19784
Reviewed-By: Teddy Katz <[email protected]>
Reviewed-By: Matheus Marchini <[email protected]>
  • Loading branch information
Trott authored and targos committed Apr 4, 2018
1 parent f379167 commit 4df3377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-https-host-headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function testHttps() {
path: `/${counter++}`,
host: 'localhost',
setHost: true,
//agent: false,
// agent: false,
port: this.address().port,
rejectUnauthorized: false
}, cb).on('error', thrower).end();
Expand Down

0 comments on commit 4df3377

Please sign in to comment.