Commit 9c4bd94
committed
Fix flaky getSocketCliApiProxy test on CI runners
The test expected undefined when SOCKET_CLI_API_PROXY is unset, but
getSocketCliApiProxy falls back to standard proxy env vars (HTTPS_PROXY,
HTTP_PROXY, etc.) which CI runners set. Clear all fallback vars in the
test to ensure isolation.1 parent 504fe06 commit 9c4bd94
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
69 | 76 | | |
70 | 77 | | |
71 | 78 | | |
| |||
0 commit comments