Skip to content

Commit

Permalink
Missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAelbrecht committed May 30, 2024
1 parent d8345c3 commit dcfc850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_jwt/tests/test_auth_jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_auth_method_invalid_token_on_chain(self):
self.env["ir.http"]._auth_method_jwt_validator()
self.assertEqual(
str(composite_error.exception),
"401 Unauthorized:"
"401 Unauthorized: "
+ "Multiple errors occurred during JWT chain validation:\n"
"validator: 401 Unauthorized: "
"The server could not verify that you are authorized to "
Expand Down

0 comments on commit dcfc850

Please sign in to comment.