This commit is contained in:
Reinier Criel 2025-11-10 10:46:15 -08:00
parent 76acf43128
commit e04c4b6f21
7 changed files with 92 additions and 19 deletions

View file

@ -10,7 +10,7 @@ describe("E2E: safe-chain setup-ci command for pip/pip3", () => {
});
beforeEach(async () => {
container = new DockerTestContainer();
container = new DockerTestContainer({ asRootUser: true });
await container.start();
});