test(cli): avoid Metabase secret fixture path collision

This commit is contained in:
Andrey Avtomonov 2026-05-12 12:33:06 +02:00
parent 73f0335245
commit 11d1bc406a

View file

@ -138,7 +138,7 @@ function makeIo(options: { isTTY?: boolean; stdinIsTTY?: boolean } = {}) {
describe('runKtxConnectionMetabaseSetup', () => {
const fakeMetabaseCredential = 'mb_example';
const existingMetabaseCredential = 'mb_existing';
const fakeAdminCredential = 'pw';
const fakeAdminCredential = 'admin-secret-value-123';
let tempDir: string;
let projectDir: string;