Update test/js/node/test/parallel/test-https-foafssl.js

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Meghan Denny
2025-11-06 17:22:06 -08:00
committed by GitHub
parent 8ebfd8c3f0
commit 05d2de935f

View File

@@ -67,7 +67,7 @@ server.listen(0, function() {
'-cert', fixtures.path('keys/rsa_cert_foafssl_b.crt'),
'-key', fixtures.path('keys/rsa_private_b.pem')];
const client = spawn(opensslCli, args);
const client = spawn(common.opensslCli, args);
client.stdout.on('data', function(data) {
console.log('response received');