We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b808326 commit 7ccc610Copy full SHA for 7ccc610
1 file changed
tests/test_paseto_key.py
@@ -39,7 +39,7 @@ def test_key_new_with_invalid_arg(self, purpose, key, msg):
39
40
def test_key_from_asymmetric_params(self):
41
42
- def load_jwk(key_str: str) -> dict[str, Any]:
+ def load_jwk(key_str: str) -> dict[str, bytes]:
43
''' Helper akin to the one from pyseto test suite'''
44
45
jwk = webtoken.json_loads(key_str)
0 commit comments