summaryrefslogtreecommitdiff
path: root/test/parallel/test-https-pfx.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-https-pfx.js')
-rw-r--r--test/parallel/test-https-pfx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-https-pfx.js b/test/parallel/test-https-pfx.js
index 4246913a03..7cf23a7dfa 100644
--- a/test/parallel/test-https-pfx.js
+++ b/test/parallel/test-https-pfx.js
@@ -30,7 +30,7 @@ const fixtures = require('../common/fixtures');
const assert = require('assert');
const https = require('https');
-const pfx = fixtures.readKey('rsa_cert.pfx');
+const pfx = fixtures.readSync('test_cert.pfx');
const options = {
host: '127.0.0.1',