diff --git a/apps/dokploy/__test__/compose/domain/labels.test.ts b/apps/dokploy/__test__/compose/domain/labels.test.ts index 8a240965..8bc9fbcc 100644 --- a/apps/dokploy/__test__/compose/domain/labels.test.ts +++ b/apps/dokploy/__test__/compose/domain/labels.test.ts @@ -17,7 +17,6 @@ describe("createDomainLabels", () => { domainId: "", path: "/", createdAt: "", - isPreviewDeployment: false, previewDeploymentId: "", }; diff --git a/apps/dokploy/__test__/traefik/traefik.test.ts b/apps/dokploy/__test__/traefik/traefik.test.ts index 815aa645..d05dda81 100644 --- a/apps/dokploy/__test__/traefik/traefik.test.ts +++ b/apps/dokploy/__test__/traefik/traefik.test.ts @@ -105,7 +105,6 @@ const baseDomain: Domain = { composeId: "", domainType: "application", uniqueConfigKey: 1, - isPreviewDeployment: false, previewDeploymentId: "", };