From 3462422637a2f3184a8e09d725d50fab94c3b610 Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 8 Oct 2025 08:23:08 -0600 Subject: [PATCH] last tweak to tests --- apps/server/src/api/v2/deploy/POST.test.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/server/src/api/v2/deploy/POST.test.ts b/apps/server/src/api/v2/deploy/POST.test.ts index 20af1031c..a5a2f0bec 100644 --- a/apps/server/src/api/v2/deploy/POST.test.ts +++ b/apps/server/src/api/v2/deploy/POST.test.ts @@ -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', () => ({