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 27e696b20..35087e5b5 100644 --- a/apps/dokploy/__test__/compose/domain/host-rule-format.test.ts +++ b/apps/dokploy/__test__/compose/domain/host-rule-format.test.ts @@ -32,7 +32,8 @@ describe("Host rule format regression tests", () => { previewDeploymentId: "", internalPath: "/", stripPath: false, - }; + customEntrypoint: null + }; describe("Host rule format validation", () => { it("should generate Host rule with correct parentheses format", async () => { @@ -212,4 +213,4 @@ describe("Host rule format regression tests", () => { }); } }); -}); +}); \ No newline at end of file