mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Combine certificates
This commit is contained in:
parent
1755fe829c
commit
f38a12c6d5
8 changed files with 243 additions and 153 deletions
|
|
@ -145,7 +145,7 @@ describe("registryProxy.mitm", () => {
|
|||
});
|
||||
|
||||
// --- Pip registry MITM and env var tests ---
|
||||
it("should NOT set global Python CA environment variables", () => {
|
||||
it("should NOT set Python CA environment variables in proxy merge (handled by runPipCommand)", () => {
|
||||
const envVars = mergeSafeChainProxyEnvironmentVariables([]);
|
||||
assert.strictEqual(envVars.PIP_CERT, undefined);
|
||||
assert.strictEqual(envVars.REQUESTS_CA_BUNDLE, undefined);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue