chore: update baseDomain used in host-rule-format tests

This commit is contained in:
mkarpats
2025-12-15 14:39:48 +02:00
parent b7f7027280
commit 8d11fb4ee8

View File

@@ -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", () => {
});
}
});
});
});