mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Pin axios version in tests
This commit is contained in:
parent
5e63a83238
commit
136e66b1d0
9 changed files with 23 additions and 23 deletions
|
|
@ -34,7 +34,7 @@ describe("E2E: npm coverage using PATH", () => {
|
|||
it(`safe-chain succesfully installs safe packages`, async () => {
|
||||
const shell = await container.openShell("zsh");
|
||||
const result = await shell.runCommand(
|
||||
"npm i axios --safe-chain-logging=verbose"
|
||||
"npm i axios@1.13.0 --safe-chain-logging=verbose"
|
||||
);
|
||||
|
||||
assert.ok(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue