summaryrefslogtreecommitdiff
path: root/tests/test_api_jwt.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_api_jwt.py')
-rw-r--r--tests/test_api_jwt.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_api_jwt.py b/tests/test_api_jwt.py
index 24ed240..3c08ea5 100644
--- a/tests/test_api_jwt.py
+++ b/tests/test_api_jwt.py
@@ -160,7 +160,6 @@ class TestJWT:
assert str(exception) == "Invalid claim format in token"
def test_encode_bad_type(self, jwt):
-
types = ["string", tuple(), list(), 42, set()]
for t in types: