Skip to content

Commit d3b4301

Browse files
committed
Spelling error
1 parent f48aa2d commit d3b4301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_09_jwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,4 @@ def test_extra_headers():
331331
bob = JWT(key_jar=_kj, iss=BOB, sign_alg="HS256", typ2msg_cls={"dummy": DummyMsg})
332332
info = bob.unpack(_jwt)
333333
assert isinstance(info, DummyMsg)
334-
assert set(info.jws_headers.keys()) == {'xtra', 'typ', 'alg', 'kid'}
334+
assert set(info.jws_header.keys()) == {'xtra', 'typ', 'alg', 'kid'}

0 commit comments

Comments
 (0)