mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Clean up EmailMessageTestCase._get_email_as_text
This commit is contained in:
parent
71fcaa2ede
commit
3d84acf113
2 changed files with 6 additions and 28 deletions
|
|
@ -148,7 +148,7 @@ class TestPop3Transport(EmailMessageTestCase):
|
|||
'+OK message follows',
|
||||
[
|
||||
line.encode('ascii')
|
||||
for line in self._get_email_as_text(
|
||||
for line in get_email_as_text(
|
||||
'generic_message.eml'
|
||||
).decode('ascii').split('\n')
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue