From efedec70d6082ff4dc4b1a247967da47934865ae Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:02:33 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../__test__/compose/domain/host-rule-format.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 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 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 +});