summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2015-09-30 16:16:29 -0400
committerAde Lee <alee@redhat.com>2015-10-06 15:40:28 -0400
commita232116d30a3fc607eb5ea52a13711a9cc40ae35 (patch)
treef45a3340ff3f64b49a0bbe11695f9ca7e5313754 /tests
parent9a2f79f9fb4dce130d1495450e7a680e04648626 (diff)
downloadpki-a232116d30a3fc607eb5ea52a13711a9cc40ae35.tar.gz
pki-a232116d30a3fc607eb5ea52a13711a9cc40ae35.tar.xz
pki-a232116d30a3fc607eb5ea52a13711a9cc40ae35.zip
Add delete_ca functionality to the Python API
Diffstat (limited to 'tests')
-rw-r--r--tests/python/test_authority.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/test_authority.py b/tests/python/test_authority.py
index b45eddf89..f48b9deb9 100644
--- a/tests/python/test_authority.py
+++ b/tests/python/test_authority.py
@@ -105,7 +105,6 @@ class AuthorityTests(unittest.TestCase):
authority_data
)
-
def test_should_get_ca(self):
get_return = mock.MagicMock()
get_return.json.return_value = self.ca1_data
@@ -129,3 +128,4 @@ class AuthorityTests(unittest.TestCase):
else:
self.assertEquals(ca.dn, self.dn)
+