This commit is contained in:
Peter Eckersley
2015-10-28 19:19:06 -07:00
parent 60a0b01d59
commit 7e717a7a15
-1
View File
@@ -131,7 +131,6 @@ class CLITest(unittest.TestCase):
self.assertTrue("NoInstallationError" in ret)
with MockedVerb("auth") as mock_auth:
from letsencrypt import cli
self._call(["certonly", "--standalone"])
self.assertEqual(1, mock_auth.call_count)