summaryrefslogtreecommitdiff
path: root/tests/test_api_jws.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_api_jws.py')
-rw-r--r--tests/test_api_jws.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_api_jws.py b/tests/test_api_jws.py
index fe6c2d4..2929215 100644
--- a/tests/test_api_jws.py
+++ b/tests/test_api_jws.py
@@ -158,7 +158,6 @@ class TestJWS:
assert str(exception) == "Invalid header string: must be a json object"
def test_encode_algorithm_param_should_be_case_sensitive(self, jws, payload):
-
jws.encode(payload, "secret", algorithm="HS256")
with pytest.raises(NotImplementedError) as context: