summaryrefslogtreecommitdiff
path: root/service/test/unit/controllers/mails_controller_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/unit/controllers/mails_controller_test.py')
-rw-r--r--service/test/unit/controllers/mails_controller_test.py1
1 files changed, 0 insertions, 1 deletions
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