test: fix linting for test-tls-add-ca-cert.js

Fix lint error introduced in ea72331af

PR-URL: https://github.com/nodejs/node/pull/10771
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
Sam Roberts 2017-01-12 11:36:20 -08:00
parent 0c8cfd4eca
commit 822bbe0bb2

View File

@ -22,7 +22,7 @@ function loadPEM(n) {
const caCert = loadPEM('ca1-cert');
var opts = {
const opts = {
host: 'www.nodejs.org',
port: 443,
rejectUnauthorized: true