summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Collis <michael.l.collis@gmail.com>2016-09-26 09:54:59 -0400
committerGitHub <noreply@github.com>2016-09-26 09:54:59 -0400
commit89f9a9d2940d86868e9600a9e1a4c7bb342d326e (patch)
tree7fa8bd4a56a7f0b3bc53cb2193194ca0ed57930c
parentebd2fb9a3ff91daf272cac13a7b3456a6b40d26f (diff)
downloadpyjwt-89f9a9d2940d86868e9600a9e1a4c7bb342d326e.tar.gz
Catch a couple more typos in tests
-rw-r--r--tests/test_api_jws.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_api_jws.py b/tests/test_api_jws.py
index 4e819bd..7dde9aa 100644
--- a/tests/test_api_jws.py
+++ b/tests/test_api_jws.py
@@ -566,11 +566,11 @@ class TestJWS:
if has_crypto:
assert 'ES256' in jws_algorithms
assert 'ES384' in jws_algorithms
- assert 'ES512' in jws_algorithms
+ assert 'ES521' in jws_algorithms
else:
assert 'ES256' not in jws_algorithms
assert 'ES384' not in jws_algorithms
- assert 'ES512' not in jws_algorithms
+ assert 'ES521' not in jws_algorithms
def test_skip_check_signature(self, jws):
token = ("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"