Skip to content

Commit

Permalink
test: update test to comply with lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Apr 4, 2018
1 parent 14310b5 commit b979dab
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 b979dab

Please sign in to comment.