Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Apr 20, 2024
1 parent a99da61 commit ce44fbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('Authentication', () => {
it('should throw AppServerAPIError with 403 status if authorization token does not match regex', () => {
mockRequest = {
headers: {
authorization: `Bearer falsy_token`
authorization: `Bearer falsy token`
}
}
expect(() => {
Expand Down

0 comments on commit ce44fbb

Please sign in to comment.