From ff8263d8f6a996307f67628aa9b458ef1abf4fc1 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:52:23 -0600 Subject: [PATCH] refactor: update --- apps/dokploy/__test__/compose/domain/labels.test.ts | 1 - apps/dokploy/__test__/traefik/traefik.test.ts | 1 - 2 files changed, 2 deletions(-) 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: "", };