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.
This commit is contained in:
Mauricio Siu
2026-02-18 15:03:09 -06:00
parent d99e0bf4dd
commit 15a1a5d0aa

View File

@@ -29,9 +29,6 @@ vi.mock("@dokploy/server/db", () => {
applications: {
findFirst: vi.fn(),
},
patch: {
findMany: vi.fn().mockResolvedValue([]),
},
},
},
};