We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152b0de commit ab786bdCopy full SHA for ab786bd
1 file changed
cli/src/cli.e2e.spec.ts
@@ -12,7 +12,7 @@ vi.mock('axios');
12
const execPromise = util.promisify(exec);
13
14
const millisPerSecond = 1000;
15
-const integrationTestPrefix = 'calm-pack-test';
+const integrationTestPrefix = 'calm-consumer-test';
16
let tempDir: string;
17
const repoRoot = path.resolve(__dirname);
18
0 commit comments