From a232116d30a3fc607eb5ea52a13711a9cc40ae35 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Wed, 30 Sep 2015 16:16:29 -0400 Subject: Add delete_ca functionality to the Python API --- tests/python/test_authority.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/python') 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) + -- cgit