test(host-rule-format): add middlewares property to host rule format regression tests

This commit is contained in:
Mauricio Siu
2026-04-04 10:25:36 -06:00
parent 0f02c4dfc3
commit 70c611964e

View File

@@ -33,6 +33,7 @@ describe("Host rule format regression tests", () => {
internalPath: "/",
stripPath: false,
customEntrypoint: null,
middlewares: null,
};
describe("Host rule format validation", () => {