remove old todo

This commit is contained in:
Noah Swartz 2016-08-26 13:11:45 -07:00
parent d8031f16bd
commit 4814f04330

View file

@ -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."""