forked from mirror/django-mailbox
Drop print in test
This commit is contained in:
parent
cedef9d81c
commit
0001a077fb
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ class TestProcessEmail(EmailMessageTestCase):
|
||||||
msg = self.mailbox.process_incoming_message(message)
|
msg = self.mailbox.process_incoming_message(message)
|
||||||
|
|
||||||
actual_email_object = msg.get_email_object()
|
actual_email_object = msg.get_email_object()
|
||||||
print(msg.eml.name)
|
|
||||||
self.assertTrue(msg.eml.name.endswith('.eml.gz'))
|
self.assertTrue(msg.eml.name.endswith('.eml.gz'))
|
||||||
|
|
||||||
with gzip.open(msg.eml.name, 'rb') as f:
|
with gzip.open(msg.eml.name, 'rb') as f:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue