diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-02-21 11:30:02 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-02-21 11:30:02 +0800 |
commit | c2e53409242f750f7966b5d1e45f62f9c818b07d (patch) | |
tree | a02e32e6fed266877693d281a032d040ff8e3ad6 /tests/hazmat | |
parent | 94c73592a8433b4b9567f0c57c9bedadc0e927f7 (diff) | |
download | cryptography-c2e53409242f750f7966b5d1e45f62f9c818b07d.tar.gz cryptography-c2e53409242f750f7966b5d1e45f62f9c818b07d.tar.bz2 cryptography-c2e53409242f750f7966b5d1e45f62f9c818b07d.zip |
Fixed HOTP test path, added changelog and myself to author list.
Diffstat (limited to 'tests/hazmat')
-rw-r--r-- | tests/hazmat/primitives/twofactor/test_hotp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/twofactor/test_hotp.py b/tests/hazmat/primitives/twofactor/test_hotp.py index 25dd694b..ec619b55 100644 --- a/tests/hazmat/primitives/twofactor/test_hotp.py +++ b/tests/hazmat/primitives/twofactor/test_hotp.py @@ -21,7 +21,7 @@ from cryptography.hazmat.primitives import hashes from tests.utils import load_vectors_from_file, load_nist_vectors vectors = load_vectors_from_file( - "oath/rfc-4226.txt", load_nist_vectors) + "twofactor/rfc-4226.txt", load_nist_vectors) @pytest.mark.supported( |