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 f48aa2d commit d3b4301Copy full SHA for d3b4301
tests/test_09_jwt.py
@@ -331,4 +331,4 @@ def test_extra_headers():
331
bob = JWT(key_jar=_kj, iss=BOB, sign_alg="HS256", typ2msg_cls={"dummy": DummyMsg})
332
info = bob.unpack(_jwt)
333
assert isinstance(info, DummyMsg)
334
- assert set(info.jws_headers.keys()) == {'xtra', 'typ', 'alg', 'kid'}
+ assert set(info.jws_header.keys()) == {'xtra', 'typ', 'alg', 'kid'}
0 commit comments