[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-05-09 01:32:34 +00:00
committed by GitHub
parent ffd51cf32f
commit 72f5d711c8

View File

@@ -30,9 +30,7 @@ describe("helpers functions", () => {
const domain = processValue("${domain}", {}, mockSchema);
expect(domain.startsWith(`${mockSchema.projectName}-`)).toBeTruthy();
expect(
domain.endsWith(
`${mockSchema.serverIp.replaceAll(".", "-")}.sslip.io`,
),
domain.endsWith(`${mockSchema.serverIp.replaceAll(".", "-")}.sslip.io`),
).toBeTruthy();
});
});