summaryrefslogtreecommitdiff
path: root/test/async-hooks/test-graph.tls-write.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/async-hooks/test-graph.tls-write.js')
-rw-r--r--test/async-hooks/test-graph.tls-write.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/async-hooks/test-graph.tls-write.js b/test/async-hooks/test-graph.tls-write.js
index 5aee38e6b6..f8bee6a879 100644
--- a/test/async-hooks/test-graph.tls-write.js
+++ b/test/async-hooks/test-graph.tls-write.js
@@ -20,8 +20,8 @@ hooks.enable();
//
const server = tls
.createServer({
- cert: fixtures.readSync('test_cert.pem'),
- key: fixtures.readSync('test_key.pem')
+ cert: fixtures.readKey('rsa_cert.crt'),
+ key: fixtures.readKey('rsa_private.pem')
})
.on('listening', common.mustCall(onlistening))
.on('secureConnection', common.mustCall(onsecureConnection))