From a1cc2778f309bb8fc3ed8f9d97a6ec1fea95bdbd Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:48:23 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../dokploy/__test__/traefik/write-app-traefik-config.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/dokploy/__test__/traefik/write-app-traefik-config.test.ts b/apps/dokploy/__test__/traefik/write-app-traefik-config.test.ts index 2f80e811b..47142f2f9 100644 --- a/apps/dokploy/__test__/traefik/write-app-traefik-config.test.ts +++ b/apps/dokploy/__test__/traefik/write-app-traefik-config.test.ts @@ -10,7 +10,9 @@ const mocks = vi.hoisted(() => ({ vi.mock("@dokploy/server/utils/process/execAsync", async (importOriginal) => { const actual = - await importOriginal(); + await importOriginal< + typeof import("@dokploy/server/utils/process/execAsync") + >(); return { ...actual, execAsyncRemote: mocks.execAsyncRemote,