We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e87d8 commit c71a610Copy full SHA for c71a610
1 file changed
test/common/proxy-server.js
@@ -154,7 +154,7 @@ function spawnPromisified(...args) {
154
function spawnOptions(envExtension) {
155
const env = { ...process.env };
156
// Cleanup the environment to avoid interference with client proxy tests.
157
- for (const key of ["http_proxy", "https_proxy", "no_proxy"]) {
+ for (const key of ['http_proxy', 'https_proxy', 'no_proxy']) {
158
delete env[key];
159
delete env[key.toUpper()];
160
}
0 commit comments