1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Fix stray ref

This commit is contained in:
Peter Eckersley
2015-10-28 11:06:56 -07:00
parent 8476efe86b
commit 28071a3e72

View File

@@ -132,7 +132,7 @@ class CLITest(unittest.TestCase):
with MockedVerb("certonly") as mock_certonly:
self._call(["auth", "--standalone"])
self.assertEqual(1, mock_auth.call_count)
self.assertEqual(1, mock_certonly.call_count)
def test_rollback(self):
_, _, _, client = self._call(['rollback'])