1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Allow blank eml

added verbose name for messages
This commit is contained in:
Tonis 2017-03-14 08:26:33 +02:00
parent ce6ce6b5dd
commit 60ccc9a194
2 changed files with 13 additions and 5 deletions

View file

@ -382,7 +382,7 @@ class TestProcessEmail(EmailMessageTestCase):
self.assertEqual(actual_from, msg.from_header)
reply_email_object.from_email = None
reply_email_object.from_email = ""
with mock.patch.object(reply_email_object, 'send'):
second_reply_msg = msg.reply(reply_email_object)