Skip to content

Commit

Permalink
Fix Sendinblue integration test
Browse files Browse the repository at this point in the history
Fix change apparently introduced by black?
(Unclear why this didn't cause integration test failure
when run in PR branch.)
  • Loading branch information
medmunds committed Feb 6, 2023
1 parent 65a4709 commit f71813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sendinblue_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_template(self):
# 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>"],
Expand Down

0 comments on commit f71813f

Please sign in to comment.