From cc29fe6043b0e9dea34c82206a49e7ed23d7ed35 Mon Sep 17 00:00:00 2001 From: treysis Date: Sat, 4 Sep 2021 16:24:21 +0200 Subject: [PATCH] dns: minor lint fix PR-URL: https://github.com/nodejs/node/pull/39987 Fixes: https://github.com/nodejs/node/issues/31566 Refs: https://github.com/nodejs/node/issues/6307 Refs: https://github.com/nodejs/node/pull/20710 Refs: https://github.com/nodejs/node/pull/38099 Reviewed-By: Antoine du Hamel Reviewed-By: Matteo Collina Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- test/sequential/test-https-connect-localport.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/sequential/test-https-connect-localport.js b/test/sequential/test-https-connect-localport.js index 4062a8ad4e6d5d..d52c55a6d74fa0 100644 --- a/test/sequential/test-https-connect-localport.js +++ b/test/sequential/test-https-connect-localport.js @@ -23,7 +23,6 @@ const assert = require('assert'); host: 'localhost', pathname: '/', port, - //family: 4, localPort: common.PORT, rejectUnauthorized: false, }, common.mustCall(() => {