Fix skills-pg test mock for runtime id
--- Build: pass | Tests: pass — 2144 passed (624 files)
This commit is contained in:
parent
0fcac57e42
commit
d501d1adcd
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { describe, expect, it, vi } from 'vitest';
|
||||
|
||||
vi.mock('./config.js', () => ({
|
||||
RUNTIME_ID: 'clawdie',
|
||||
SKILLS_DB_URL: 'postgresql://test:test@127.0.0.1:5432/test',
|
||||
TENANT_ID: 'clawdie',
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue