diff --git a/certbot/tests/cli_test.py b/certbot/tests/cli_test.py index 5a8845c4c..d011be957 100644 --- a/certbot/tests/cli_test.py +++ b/certbot/tests/cli_test.py @@ -1035,8 +1035,6 @@ class CLITest(unittest.TestCase): # pylint: disable=too-many-public-methods namespace = parse(short_args) self.assertTrue(namespace.text_mode) - #TODO massage this to work in cli - class DetermineAccountTest(unittest.TestCase): """Tests for certbot.cli._determine_account."""