summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Mihai <92.alexandru.mihai@gmail.com>2015-06-23 09:00:40 +0300
committerAlexandru Mihai <92.alexandru.mihai@gmail.com>2015-06-23 09:00:40 +0300
commitd98520007878c1e3a08ee9f94c3fa6ceb02ab667 (patch)
treed00d34f65682f3615fd72082f4a6ed14182b9eb7
parent4fd7076e3b48fa694def7df2e4623c49dd8bffa7 (diff)
downloadpyjwt-d98520007878c1e3a08ee9f94c3fa6ceb02ab667.tar.gz
Changed test function name
-rw-r--r--tests/test_api_jws.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api_jws.py b/tests/test_api_jws.py
index 8b91791..9aa8b85 100644
--- a/tests/test_api_jws.py
+++ b/tests/test_api_jws.py
@@ -270,7 +270,7 @@ class TestJWS:
assert 'Signature verification' in str(exc.value)
- def test_verify_signature_with_algo_none_throws_exception(self, jws, payload):
+ def test_verify_signature_with_no_algo_header_throws_exception(self, jws, payload):
example_jws = (
b'e30'
b'.eyJhIjo1fQ'