mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Make test a little safer
This commit is contained in:
parent
8b7784ecc0
commit
1755fe829c
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ describe("runPipCommand --cert handling", () => {
|
||||||
"install",
|
"install",
|
||||||
"certifi",
|
"certifi",
|
||||||
"--index-url",
|
"--index-url",
|
||||||
"https://pypi.tuna.tsinghua.edu.cn/simple",
|
"https://test.pypi.org/simple",
|
||||||
]);
|
]);
|
||||||
assert.strictEqual(res.status, 0);
|
assert.strictEqual(res.status, 0);
|
||||||
const idx = capturedArgs.args.indexOf("--cert");
|
const idx = capturedArgs.args.indexOf("--cert");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue