summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-ticket-cluster.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-tls-ticket-cluster.js')
-rw-r--r--test/parallel/test-tls-ticket-cluster.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-tls-ticket-cluster.js b/test/parallel/test-tls-ticket-cluster.js
index cc4f46e143..234c1bad09 100644
--- a/test/parallel/test-tls-ticket-cluster.js
+++ b/test/parallel/test-tls-ticket-cluster.js
@@ -94,8 +94,8 @@ if (cluster.isMaster) {
return;
}
-const key = fixtures.readKey('rsa_private.pem');
-const cert = fixtures.readKey('rsa_cert.crt');
+const key = fixtures.readSync('agent.key');
+const cert = fixtures.readSync('agent.crt');
const options = { key, cert };