Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: nodejs#10771
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
sam-github authored and italoacasas committed Jan 18, 2017

Verified

This commit was signed with the committer’s verified signature.
jordemort Jordan Webb
1 parent 870b45b commit 4cb5995
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
@@ -22,7 +22,7 @@ function loadPEM(n) {

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

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

0 comments on commit 4cb5995

Please sign in to comment.