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