mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Updating yet another string for python3.
This commit is contained in:
parent
d871d41448
commit
ef42c319e9
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ class TestProcessEmail(EmailMessageTestCase):
|
|||
actual_subject = msg.subject
|
||||
self.assertEqual(actual_subject, expected_subject)
|
||||
|
||||
expected_from = u'test test<mr.test32@mail.ru>'
|
||||
expected_from = six.u('test test<mr.test32@mail.ru>')
|
||||
actual_from = msg.from_header
|
||||
|
||||
self.assertEqual(expected_from, actual_from)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue