This commit is contained in:
Reinier Criel 2025-11-10 17:05:12 -08:00
parent f61f09a940
commit bfbec81698
2 changed files with 3 additions and 3 deletions

View file

@ -266,7 +266,7 @@ describe("E2E: pip coverage", () => {
// Should NOT contain SSL or certificate errors
assert.ok(
!result.output.match(
/SSL|certificate verify failed|CERTIFICATE_VERIFY_FAILED/i
/certificate verify failed|CERTIFICATE_VERIFY_FAILED/i
),
`Should not have SSL/certificate errors. Output was:\n${result.output}`
);