aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 720a9054..6a8a2b5e 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -329,7 +329,7 @@ def load_rsa_nist_vectors(vector_data):
"modulus": n,
"public_exponent": e,
"salt_length": salt_length,
- "algorithm": value.encode("ascii")
+ "algorithm": value
}
data.append(test_data)
continue