mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fixes tests with imap-tools 0.54.0 changes to the EmailAddress class
This commit is contained in:
parent
9191aa32df
commit
816f020cc3
@ -228,7 +228,6 @@ class TestMail(DirectoriesMixin, TestCase):
|
||||
message.from_values = EmailAddress(
|
||||
"Someone!",
|
||||
"someone@somewhere.com",
|
||||
"Someone! <someone@somewhere.com>",
|
||||
)
|
||||
|
||||
message2 = namedtuple("MailMessage", [])
|
||||
@ -236,7 +235,6 @@ class TestMail(DirectoriesMixin, TestCase):
|
||||
message2.from_values = EmailAddress(
|
||||
"",
|
||||
"fake@localhost.com",
|
||||
"",
|
||||
)
|
||||
|
||||
me_localhost = Correspondent.objects.create(name=message2.from_)
|
||||
|
Loading…
x
Reference in New Issue
Block a user