From 4814f043303a566d36e1368ce30b20bc8bc40458 Mon Sep 17 00:00:00 2001 From: Noah Swartz Date: Fri, 26 Aug 2016 13:11:45 -0700 Subject: [PATCH] remove old todo --- certbot/tests/cli_test.py | 2 -- 1 file changed, 2 deletions(-) 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."""