Skip to content

Commit c71a610

Browse files
committed
use singlequote
1 parent 32e87d8 commit c71a610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/common/proxy-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function spawnPromisified(...args) {
154154
function spawnOptions(envExtension) {
155155
const env = { ...process.env };
156156
// Cleanup the environment to avoid interference with client proxy tests.
157-
for (const key of ["http_proxy", "https_proxy", "no_proxy"]) {
157+
for (const key of ['http_proxy', 'https_proxy', 'no_proxy']) {
158158
delete env[key];
159159
delete env[key.toUpper()];
160160
}

0 commit comments

Comments
 (0)