You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit test on jwt exception type instead of string (b0.72 backport of #3417) (#3424)
* Check jwt exception type instead of string in the unit tests
Jwt exception (specifically jwt.exception.InvalidAudienceError)
has changed its string message from `Invalid Audience` to
`Audience doesn't match`. In the unit test instead of checking
the string message check the type of the exception.
Co-authored-by: Nikhil Palaskar <[email protected]>
0 commit comments