From 64e9a64f720124cf72d1b9b77df304ed99d0442a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 10 Aug 2013 15:34:34 -0400 Subject: Be consistent --- tests/primitives/test_nist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/primitives/test_nist.py') diff --git a/tests/primitives/test_nist.py b/tests/primitives/test_nist.py index 8b63665c..dc265435 100644 --- a/tests/primitives/test_nist.py +++ b/tests/primitives/test_nist.py @@ -37,7 +37,7 @@ def parameterize_kat_encrypt(fname): 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"], ) -- cgit v1.2.3