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
87606def48
commit
bded1fe660
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ describe("E2E: pip coverage", () => {
|
||||||
|
|
||||||
it(`python3 -m pip install routes through safe-chain`, async () => {
|
it(`python3 -m pip install routes through safe-chain`, async () => {
|
||||||
const shell = await container.openShell("zsh");
|
const shell = await container.openShell("zsh");
|
||||||
const result = await shell.runCommand("python3 -m pip install requests");
|
const result = await shell.runCommand("python3 -m pip install --break-system-packages requests");
|
||||||
|
|
||||||
assert.ok(
|
assert.ok(
|
||||||
result.output.includes("no malware found."),
|
result.output.includes("no malware found."),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue