summaryrefslogtreecommitdiff
path: root/test/parallel/test-https-strict.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-https-strict.js')
-rw-r--r--test/parallel/test-https-strict.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-https-strict.js b/test/parallel/test-https-strict.js
index 65ebfabde2..04561959de 100644
--- a/test/parallel/test-https-strict.js
+++ b/test/parallel/test-https-strict.js
@@ -110,7 +110,7 @@ function makeReq(path, port, error, host, ca) {
path: path,
ca: ca
};
- var whichCa = 0;
+
if (!ca) {
options.agent = agent0;
} else {