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 5262b733..6679e907 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -200,7 +200,7 @@ def load_pkcs1_vectors(vector_data):
example_vector = collections.defaultdict(list)
if line.startswith("# Message to be signed"):
- attr = "msg"
+ attr = "message"
continue
elif line.startswith("# Salt"):
attr = "salt"