Skip to content

Commit

Permalink
test: default request method
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTseng committed Aug 24, 2023
1 parent 3b100cc commit 16106e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/middleware/builder.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('MiddlewareBuilder', () => {
expect(proxy.getExcludedRoutes()).to.be.eql([
{
path,
method: -1 as any,
method: RequestMethod.ALL,
},
]);
});
Expand Down

0 comments on commit 16106e0

Please sign in to comment.