From 2683ac2a1b2b3e9f25169b8543f46220a9279cf9 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 22:23:55 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/dokploy/__test__/compose/domain/labels.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/dokploy/__test__/compose/domain/labels.test.ts b/apps/dokploy/__test__/compose/domain/labels.test.ts index 2e0b50c13..684b83890 100644 --- a/apps/dokploy/__test__/compose/domain/labels.test.ts +++ b/apps/dokploy/__test__/compose/domain/labels.test.ts @@ -367,9 +367,7 @@ describe("createDomainLabels", () => { "custom", ); - const middlewareLabel = labels.find((l) => - l.includes(".middlewares="), - ); + const middlewareLabel = labels.find((l) => l.includes(".middlewares=")); // Should not contain redirect-to-https since there's only one router expect(middlewareLabel).toBeUndefined(); });