From 58be8f91c09da2bae46c48851696124859025903 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Tue, 9 Dec 2025 23:00:08 -0600 Subject: [PATCH] test(drop, traefik): enable createEnvFile option in test configurations - Updated test configurations for both drop and traefik to include the new `createEnvFile` option, ensuring that tests reflect the latest environment settings. --- apps/dokploy/__test__/drop/drop.test.ts | 1 + apps/dokploy/__test__/traefik/traefik.test.ts | 1 + 2 files changed, 2 insertions(+) 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: "",