summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index a089f86..122dcb4 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -36,4 +36,4 @@ def test_from_base64url_uint(inputval, expected):
def test_force_bytes_raises_error_on_invalid_object():
with pytest.raises(TypeError):
- force_bytes({})
+ force_bytes({}) # type: ignore[arg-type]