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", () => {