Move pipCaBundle to central location

This commit is contained in:
Reinier Criel 2025-10-31 07:51:26 -07:00
parent b1c09c6ff1
commit c2a9cc2733
4 changed files with 12 additions and 12 deletions

View file

@ -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",
},