We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c524402 commit 75fa443Copy full SHA for 75fa443
1 file changed
tests/unit/test_security/test_jwt/test_token.py
@@ -231,6 +231,6 @@ def test_token_encode_includes_custom_headers() -> None:
231
header = jwt.get_unverified_header(encoded)
232
233
assert header["alg"] == "HS256"
234
- assert header["typo"] == "JWT"
+ assert header["typ"] == "JWT"
235
assert "kid" in header
236
assert header["kid"] == custom_headers["kid"]
0 commit comments