From 15a1a5d0aaf8c3c00e0d3be71c53e5e1e5d2f526 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Wed, 18 Feb 2026 15:03:09 -0600 Subject: [PATCH] test: remove unused mock for patch service in application.real.test.ts - Removed the mock for the patch service to streamline the test setup. - This change enhances test clarity by eliminating unnecessary mock definitions. --- apps/dokploy/__test__/deploy/application.real.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/dokploy/__test__/deploy/application.real.test.ts b/apps/dokploy/__test__/deploy/application.real.test.ts index 498281776..43ff07836 100644 --- a/apps/dokploy/__test__/deploy/application.real.test.ts +++ b/apps/dokploy/__test__/deploy/application.real.test.ts @@ -29,9 +29,6 @@ vi.mock("@dokploy/server/db", () => { applications: { findFirst: vi.fn(), }, - patch: { - findMany: vi.fn().mockResolvedValue([]), - }, }, }, };