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:
parent
ce6ce6b5dd
commit
60ccc9a194
2 changed files with 13 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue