aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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
)