From 90bbd93b0563585b3563df62cc9b8d8dcfdc1078 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Mon, 13 Feb 2017 08:49:35 -0500 Subject: [PATCH] Fix test --- certbot/tests/account_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/certbot/tests/account_test.py b/certbot/tests/account_test.py index d045afe23..e45fbe6ea 100644 --- a/certbot/tests/account_test.py +++ b/certbot/tests/account_test.py @@ -80,8 +80,6 @@ class ReportNewAccountTest(unittest.TestCase): self._call() call_list = mock_zope().add_message.call_args_list self.assertTrue(self.config.config_dir in call_list[0][0][0]) - self.assertTrue( - ", ".join(self.acc.regr.body.emails) in call_list[1][0][0]) class AccountMemoryStorageTest(unittest.TestCase):