Fix skills-pg test mock for runtime id

---
Build: pass | Tests: pass — 2144 passed (624 files)
This commit is contained in:
Operator & Codex 2026-05-04 06:57:04 +02:00
parent 0fcac57e42
commit d501d1adcd

View file

@ -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',
}));