From 70c611964ed835ec27de537375d13559c1a95419 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sat, 4 Apr 2026 10:25:36 -0600 Subject: [PATCH] test(host-rule-format): add middlewares property to host rule format regression tests --- apps/dokploy/__test__/compose/domain/host-rule-format.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dokploy/__test__/compose/domain/host-rule-format.test.ts b/apps/dokploy/__test__/compose/domain/host-rule-format.test.ts index 9f984b6f1..6f843b8a8 100644 --- a/apps/dokploy/__test__/compose/domain/host-rule-format.test.ts +++ b/apps/dokploy/__test__/compose/domain/host-rule-format.test.ts @@ -33,6 +33,7 @@ describe("Host rule format regression tests", () => { internalPath: "/", stripPath: false, customEntrypoint: null, + middlewares: null, }; describe("Host rule format validation", () => {