Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
acasajus committed Jul 11, 2023
1 parent e91380e commit 1307d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_email_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ def test_add_header_multipart_with_invalid_part():
if i < 2:
assert part.get_payload().index("INJECT") > -1
else:
assert part == "invalid"
assert part.get_payload() == "invalid"


def test_sl_formataddr():
Expand Down

0 comments on commit 1307d2e

Please sign in to comment.