diff --git a/apps/dokploy/__test__/drop/drop.test.test.ts b/apps/dokploy/__test__/drop/drop.test.test.ts index c906c144..3cfef117 100644 --- a/apps/dokploy/__test__/drop/drop.test.test.ts +++ b/apps/dokploy/__test__/drop/drop.test.test.ts @@ -32,6 +32,14 @@ const baseApp: ApplicationNested = { serverId: "", branch: null, dockerBuildStage: "", + project: { + env: "", + adminId: "", + name: "", + description: "", + createdAt: "", + projectId: "", + }, buildArgs: null, buildPath: "/", gitlabPathNamespace: "", diff --git a/apps/dokploy/__test__/traefik/traefik.test.ts b/apps/dokploy/__test__/traefik/traefik.test.ts index 637d12ff..aa0749fe 100644 --- a/apps/dokploy/__test__/traefik/traefik.test.ts +++ b/apps/dokploy/__test__/traefik/traefik.test.ts @@ -13,6 +13,14 @@ const baseApp: ApplicationNested = { branch: null, dockerBuildStage: "", buildArgs: null, + project: { + env: "", + adminId: "", + name: "", + description: "", + createdAt: "", + projectId: "", + }, buildPath: "/", gitlabPathNamespace: "", buildType: "nixpacks",