Skip to content

Commit

Permalink
Update broken test in tests/unit/email/test_services.py (pypi#14397)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Aug 18, 2023
1 parent ae0f8df commit ff0f0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/email/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def test_last_sent(self, db_session):
for address in [to, "[email protected]"]:
for subject in [subject, "I do not care about this"]:
sender.send(
f"Foobar <{ to }>",
f"Foobar <{ address }>",
EmailMessage(
subject=subject, body_text="This is a plain text body"
),
Expand Down

0 comments on commit ff0f0e1

Please sign in to comment.