test: remove unused mock for patch service in application.command.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:08:14 -06:00
parent 15a1a5d0aa
commit f7079f51de

View File

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