summaryrefslogtreecommitdiffhomepage
path: root/tests/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/util.py')
-rw-r--r--tests/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/util.py b/tests/util.py
index ce96dc88..e6551ac7 100644
--- a/tests/util.py
+++ b/tests/util.py
@@ -159,7 +159,7 @@ def sha1_signing_unsupported():
)
message = b"Some dummy text"
try:
- signature = private_key.sign(
+ private_key.sign(
message,
padding.PSS(
mgf=padding.MGF1(hashes.SHA1()),