From 8d11fb4ee84e43ba75f1780a17edbbea4e5f44c2 Mon Sep 17 00:00:00 2001 From: mkarpats Date: Mon, 15 Dec 2025 14:39:48 +0200 Subject: [PATCH] chore: update baseDomain used in host-rule-format tests --- .../dokploy/__test__/compose/domain/host-rule-format.test.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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