mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix linting issue
This commit is contained in:
parent
a3d57cbd24
commit
f2bf5869ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue