diff --git a/apps/dokploy/__test__/templates/helpers.template.test.ts b/apps/dokploy/__test__/templates/helpers.template.test.ts index f2af2717b..d8d444b72 100644 --- a/apps/dokploy/__test__/templates/helpers.template.test.ts +++ b/apps/dokploy/__test__/templates/helpers.template.test.ts @@ -31,7 +31,7 @@ describe("helpers functions", () => { expect(domain.startsWith(`${mockSchema.projectName}-`)).toBeTruthy(); expect( domain.endsWith( - `${mockSchema.serverIp.replaceAll(".", "-")}.traefik.me`, + `${mockSchema.serverIp.replaceAll(".", "-")}.sslip.io`, ), ).toBeTruthy(); });