X-Git-Url: https://v.licheni.net/stack/cam.git/blobdiff_plain/112c04e3926d62291efd902a1dcb0b2d24feeb59..85e20677448e1e8f2216d5c0d884ece08ab0cbd7:/cam/tests/test_ca.py diff --git a/cam/tests/test_ca.py b/cam/tests/test_ca.py index c443fe4..35c61a3 100644 --- a/cam/tests/test_ca.py +++ b/cam/tests/test_ca.py @@ -54,4 +54,4 @@ class CATest(unittest.TestCase): cert = CertStub('test', 'www.test.com', self.tmpdir) self.ca.generate(cert) self.ca.revoke(cert) - self.assertTrue(os.path.exists(os.path.join(self.tmpdir, 'public/crl.pem'))) + self.assertTrue(os.path.exists(os.path.join(self.tmpdir, 'public/ca.crl')))