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
Update tests for non-string service ID in auth layer
Newer (2.11.0 and onwards) versions of PyJWT won’t let us created a
token with a non-string ISS field. To ensure we still handle the case
where we decode such a token, this adds an extra test that uses mocking
to raise the same exception that PyJWT would.
0 commit comments