aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-06 21:50:15 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-06 21:50:15 -0400
commiteb2df546027650469768c9ad1571df96e423206a (patch)
treef83747b0dff288127fcf66ac22960d4ef46bdbf2 /tests
parent78a15f0621b7735e3033a5e1ceea6c6f9b3b9044 (diff)
downloadcryptography-eb2df546027650469768c9ad1571df96e423206a.tar.gz
cryptography-eb2df546027650469768c9ad1571df96e423206a.tar.bz2
cryptography-eb2df546027650469768c9ad1571df96e423206a.zip
fixed test
Diffstat (limited to 'tests')
-rw-r--r--tests/test_x509.py2
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
)