Skip to content

Commit 70c6119

Browse files
committed
test(host-rule-format): add middlewares property to host rule format regression tests
1 parent 0f02c4d commit 70c6119

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dokploy/__test__/compose/domain/host-rule-format.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ describe("Host rule format regression tests", () => {
3333
internalPath: "/",
3434
stripPath: false,
3535
customEntrypoint: null,
36+
middlewares: null,
3637
};
3738

3839
describe("Host rule format validation", () => {

0 commit comments

Comments
 (0)