last tweak to tests

This commit is contained in:
dal 2025-10-08 08:23:08 -06:00
parent 925aa46241
commit 3462422637
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ vi.mock('@buster/database/queries', () => ({
getDataSourceByName: vi.fn(),
upsertDataset: vi.fn(),
upsertDoc: vi.fn(),
deleteLogsWriteBackConfig: vi.fn(),
getDataSourceCredentials: vi.fn(),
upsertLogsWriteBackConfig: vi.fn(),
}));
vi.mock('@buster/database/connection', () => ({