Fix Sendinblue integration test

Fix change apparently introduced by black?
(Unclear why this didn't cause integration test failure
when run in PR branch.)
This commit is contained in:
medmunds
2023-02-06 15:36:29 -08:00
parent 65a470996f
commit f71813f820

View File

@@ -97,7 +97,7 @@ class SendinBlueBackendIntegrationTests(AnymailTestMixin, SimpleTestCase):
# There is a *new-style* template with this id in the Anymail test account:
template_id=5,
# Override template sender:
from_email=formataddr("Sender", self.from_email),
from_email=formataddr(("Sender", self.from_email)),
# No batch send (so max one recipient suggested):
to=["Recipient <test+to1@anymail.dev>"],
reply_to=["Do not reply <reply@example.dev>"],