commit | 64e9a64f720124cf72d1b9b77df304ed99d0442a | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Aug 10 15:34:34 2013 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Aug 10 15:34:34 2013 -0400 |
tree | 25553b863184b896775d8b9ea0f1741fbb5c1074 | |
parent | 72bbea2275ccb056d26abce014b0fd5eaa756851 [diff] [blame] |
Be consistent
diff --git a/tests/primitives/test_nist.py b/tests/primitives/test_nist.py index 8b63665..dc26543 100644 --- a/tests/primitives/test_nist.py +++ b/tests/primitives/test_nist.py
@@ -37,7 +37,7 @@ def paramterize_mmt_encrypt(fname): return pytest.mark.parametrize(("key", "iv", "plaintext", "ciphertext"), load_nist_vectors_from_file( - os.path.join("AES/MMT", fname), + os.path.join("AES/MMT/", fname), "ENCRYPT", ["key", "iv", "plaintext", "ciphertext"], )