diff options
Diffstat (limited to 'tests/test_x509.py')
-rw-r--r-- | tests/test_x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_x509.py b/tests/test_x509.py index 19fe1043..80ae0a22 100644 --- a/tests/test_x509.py +++ b/tests/test_x509.py @@ -715,7 +715,7 @@ class TestRSACertificateRequest(object): backend ) request2 = _load_cert( - os.path.join("x509", "requests", "rsa_sha1.pem"), + os.path.join("x509", "requests", "san_rsa_sha1.pem"), x509.load_pem_x509_csr, backend ) |