Skip to content

Commit

Permalink
test: fix linting for test-tls-add-ca-cert.js
Browse files Browse the repository at this point in the history
Fix lint error introduced in ea72331

PR-URL: #10771
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
sam-github authored and italoacasas committed Jan 27, 2017
1 parent 1fca69c commit c6aeb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/internet/test-tls-add-ca-cert.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function loadPEM(n) {

const caCert = loadPEM('ca1-cert');

var opts = {
const opts = {
host: 'www.nodejs.org',
port: 443,
rejectUnauthorized: true
Expand Down

0 comments on commit c6aeb44

Please sign in to comment.