diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-13 16:57:50 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-15 15:49:50 -0600 |
commit | 4903adc2f791407203561966f33d85a02ab1b16e (patch) | |
tree | 18b36cd53379260e200d38a3926d4810f1ba78c4 | |
parent | 9d0b7d420b3c32d8759a89cb37df83f2aa1ea75f (diff) | |
download | cryptography-4903adc2f791407203561966f33d85a02ab1b16e.tar.gz cryptography-4903adc2f791407203561966f33d85a02ab1b16e.tar.bz2 cryptography-4903adc2f791407203561966f33d85a02ab1b16e.zip |
update test with proper filename
-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 7a4d0b7d..be118bb8 100644 --- a/tests/test_x509.py +++ b/tests/test_x509.py @@ -159,7 +159,7 @@ class TestRSAX509Certificate(object): class TestDSAX509Certificate(object): def test_load_dsa_cert(self, backend): cert = _load_cert( - os.path.join("x509", "custom", "dsa_root.pem"), + os.path.join("x509", "custom", "dsa_selfsigned_ca.pem"), x509.load_pem_x509_certificate, backend ) |