This commit is contained in:
Peter Eckersley 2015-10-27 11:49:25 -07:00
parent 60a0b01d59
commit 7e717a7a15

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)