Skip to content

Commit

Permalink
Unisender Go: fix integration test
Browse files Browse the repository at this point in the history
test+bcc2@... is a sink address;
bcc2@... is not (and gets rejected)
  • Loading branch information
medmunds committed Mar 7, 2024
1 parent e758579 commit 14d4516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unisender_go_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_all_options(self):
cc=["[email protected]", '"Copy 2, OK?" <[email protected]>'],
bcc=[
f"test+bcc1@{ANYMAIL_TEST_UNISENDER_GO_DOMAIN}",
f'"BCC 2, OK?" <bcc2@{ANYMAIL_TEST_UNISENDER_GO_DOMAIN}>',
f'"BCC 2, OK?" <test+bcc2@{ANYMAIL_TEST_UNISENDER_GO_DOMAIN}>',
],
# Unisender Go only supports a single reply-to:
reply_to=['"Reply, with comma (and parens)" <[email protected]>'],
Expand Down

0 comments on commit 14d4516

Please sign in to comment.