From 05d2de935f22fcd99f26e235287fb9ec3a12272e Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 6 Nov 2025 17:22:06 -0800 Subject: [PATCH] Update test/js/node/test/parallel/test-https-foafssl.js Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- test/js/node/test/parallel/test-https-foafssl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/js/node/test/parallel/test-https-foafssl.js b/test/js/node/test/parallel/test-https-foafssl.js index 828da2a5f7..d6dde97a41 100644 --- a/test/js/node/test/parallel/test-https-foafssl.js +++ b/test/js/node/test/parallel/test-https-foafssl.js @@ -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');