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 <teddy.katz@gmail.com>
Reviewed-By: Matheus Marchini <matheus@sthima.com>
  • Loading branch information
Trott committed Apr 4, 2018
1 parent 6259712 commit 8891072
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 @@ -104,7 +104,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 8891072

Please sign in to comment.