diff --git a/apps/dokploy/__test__/drop/drop.test.ts b/apps/dokploy/__test__/drop/drop.test.ts index cabc77d87..901e59c42 100644 --- a/apps/dokploy/__test__/drop/drop.test.ts +++ b/apps/dokploy/__test__/drop/drop.test.ts @@ -28,6 +28,7 @@ const baseApp: ApplicationNested = { railpackVersion: "0.2.2", applicationId: "", previewLabels: [], + createEnvFile: true, herokuVersion: "", giteaBranch: "", buildServerId: "", diff --git a/apps/dokploy/__test__/traefik/traefik.test.ts b/apps/dokploy/__test__/traefik/traefik.test.ts index 279e74fa5..01ecb9e8e 100644 --- a/apps/dokploy/__test__/traefik/traefik.test.ts +++ b/apps/dokploy/__test__/traefik/traefik.test.ts @@ -7,6 +7,7 @@ const baseApp: ApplicationNested = { rollbackActive: false, applicationId: "", previewLabels: [], + createEnvFile: true, herokuVersion: "", giteaRepository: "", giteaOwner: "",