Log audit stats as verbose, not as information

This commit is contained in:
Sander Declerck 2025-12-08 11:37:37 +01:00
parent 9901cb8502
commit a7946377b4
No known key found for this signature in database
14 changed files with 273 additions and 214 deletions

View file

@ -39,7 +39,9 @@ describe("E2E: safe-chain setup-ci command", () => {
);
const projectShell = await container.openShell(shell);
const result = await projectShell.runCommand("npm i axios");
const result = await projectShell.runCommand(
"npm i axios --safe-chain-logging=verbose"
);
const hasExpectedOutput = result.output.includes("Safe-chain: Scanned");
assert.ok(