aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hazmat')
-rw-r--r--tests/hazmat/primitives/twofactor/test_hotp.py2
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(