summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-connect-no-host.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-tls-connect-no-host.js')
-rw-r--r--test/parallel/test-tls-connect-no-host.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-tls-connect-no-host.js b/test/parallel/test-tls-connect-no-host.js
index 97b95332c4..f6384743ac 100644
--- a/test/parallel/test-tls-connect-no-host.js
+++ b/test/parallel/test-tls-connect-no-host.js
@@ -8,8 +8,8 @@ if (!common.hasCrypto)
const tls = require('tls');
const assert = require('assert');
-const cert = fixtures.readKey('rsa_cert.crt');
-const key = fixtures.readKey('rsa_private.pem');
+const cert = fixtures.readSync('test_cert.pem');
+const key = fixtures.readSync('test_key.pem');
// https://github.com/nodejs/node/issues/1489
// tls.connect(options) with no options.host should accept a cert with