mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Added random eml file name, removed getattr related to self.mailbox.from_email in Message.reply, fix docs - second round of pull requests
This commit is contained in:
parent
42d891bd8d
commit
835986c96a
3 changed files with 6 additions and 4 deletions
|
|
@ -210,7 +210,7 @@ class TestProcessEmail(EmailMessageTestCase):
|
|||
)
|
||||
msg = self.mailbox.record_outgoing_message(email_object.message())
|
||||
|
||||
self.assertEqual(msg.outgoing, True)
|
||||
self.assertTrue(msg.outgoing)
|
||||
|
||||
actual_from = 'username@example.com'
|
||||
reply_email_object = EmailMessage('Test subject', # subject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue