Fix linting issue

This commit is contained in:
Reinier Criel 2025-11-11 15:49:25 -08:00
parent a3d57cbd24
commit f2bf5869ba

View file

@ -24,7 +24,7 @@ describe("runPipCommand environment variable handling", () => {
namedExports: { namedExports: {
mergeSafeChainProxyEnvironmentVariables: (env) => ({ mergeSafeChainProxyEnvironmentVariables: (env) => ({
...env, ...env,
...(customEnv || {}), ...customEnv,
HTTPS_PROXY: "http://localhost:8080", HTTPS_PROXY: "http://localhost:8080",
}), }),
}, },