mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix test
This commit is contained in:
parent
f61f09a940
commit
bfbec81698
2 changed files with 3 additions and 3 deletions
|
|
@ -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}`
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue