diff options
Diffstat (limited to 'tests/python')
| -rw-r--r-- | tests/python/test_authority.py | 2 |
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) + |
