Skip to content

Commit

Permalink
fix integration_test http configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Dec 20, 2019
1 parent 8a0db0d commit fc25e4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/server/http/test_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ configService.atPath.mockReturnValue(
enabled: false,
},
compression: { enabled: true },
xsrf: {
disableProtection: true,
whitelist: [],
},
} as any)
);

Expand Down

0 comments on commit fc25e4b

Please sign in to comment.