From e8cf095ef3029c0fb558a7fb2f27bb6288a12d46 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Fri, 13 Nov 2015 09:56:50 -0800 Subject: [PATCH] Fix merge glitch (somehow this was lost from the previous commit) --- letsencrypt/tests/cli_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/letsencrypt/tests/cli_test.py b/letsencrypt/tests/cli_test.py index fd5aba788..04cbdabd3 100644 --- a/letsencrypt/tests/cli_test.py +++ b/letsencrypt/tests/cli_test.py @@ -142,8 +142,6 @@ class CLITest(unittest.TestCase): # pylint: disable=too-many-public-methods cli.main(args) acme_net.assert_called_once_with(mock.ANY, verify_ssl=True, user_agent=ua) - self._call(['install', '--domain', 'foo.bar', '--cert-path', 'cert', - def test_install_abspath(self): cert = 'cert' key = 'key'