From 9e53c0ddcdd5cd74cda0e9cb6cb05183adbe579c Mon Sep 17 00:00:00 2001 From: Alexandre Pretto Nunes Date: Thu, 27 Nov 2014 17:37:14 -0200 Subject: #135 Have the service respond the email details with who should be on to: and cc: when replying --- service/test/unit/controllers/mails_controller_test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'service/test/unit/controllers/mails_controller_test.py') diff --git a/service/test/unit/controllers/mails_controller_test.py b/service/test/unit/controllers/mails_controller_test.py index c5234039..3e28e6b0 100644 --- a/service/test/unit/controllers/mails_controller_test.py +++ b/service/test/unit/controllers/mails_controller_test.py @@ -122,7 +122,6 @@ class TestMailsController(unittest.TestCase): def _successfuly_send_mail(self, ident, mail): sent_mail = mock() - sent_mail.mailbox_name = 'TRASH' sent_mail.as_dict = lambda: self.input_mail.json return sent_mail -- cgit v1.2.3