Skip to content

Commit

Permalink
test(nextjs): Fix tests after adding isApiRoute prop to auth object
Browse files Browse the repository at this point in the history
  • Loading branch information
anagstef committed Jun 6, 2023
1 parent a386b39 commit 5909c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nextjs/src/server/authMiddleware.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ describe('authMiddleware(params)', () => {
{
userId: null,
isPublicRoute: false,
isApiRoute: false,
},
req,
event,
Expand Down

0 comments on commit 5909c28

Please sign in to comment.