Skip to content

Commit

Permalink
Catch a couple more typos in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mike9005 authored Sep 26, 2016
1 parent ebd2fb9 commit 89f9a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_api_jws.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,11 +566,11 @@ def test_ecdsa_related_algorithms(self, jws):
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"
Expand Down

0 comments on commit 89f9a9d

Please sign in to comment.