mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Move pipCaBundle to central location
This commit is contained in:
parent
b1c09c6ff1
commit
c2a9cc2733
4 changed files with 12 additions and 12 deletions
|
|
@ -28,8 +28,8 @@ describe("runPipCommand environment variable handling", () => {
|
|||
},
|
||||
});
|
||||
|
||||
// Mock pipCaBundle to return a test combined bundle path
|
||||
mock.module("./utils/pipCaBundle.js", {
|
||||
// Mock certBundle to return a test combined bundle path
|
||||
mock.module("../../registryProxy/certBundle.js", {
|
||||
namedExports: {
|
||||
getCombinedCaBundlePath: () => "/tmp/test-combined-ca.pem",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue