summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-inception.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-tls-inception.js')
-rw-r--r--test/parallel/test-tls-inception.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-tls-inception.js b/test/parallel/test-tls-inception.js
index f28f92373c..7310308e6f 100644
--- a/test/parallel/test-tls-inception.js
+++ b/test/parallel/test-tls-inception.js
@@ -32,8 +32,8 @@ const tls = require('tls');
const net = require('net');
const options = {
- key: fixtures.readSync('test_key.pem'),
- cert: fixtures.readSync('test_cert.pem')
+ key: fixtures.readKey('rsa_private.pem'),
+ cert: fixtures.readKey('rsa_cert.crt')
};
const body = 'A'.repeat(40000);