Skip to content

Commit 14d4516

Browse files
committed
Unisender Go: fix integration test
test+bcc2@... is a sink address; bcc2@... is not (and gets rejected)
1 parent e758579 commit 14d4516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_unisender_go_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_all_options(self):
8686
cc=["[email protected]", '"Copy 2, OK?" <[email protected]>'],
8787
bcc=[
8888
f"test+bcc1@{ANYMAIL_TEST_UNISENDER_GO_DOMAIN}",
89-
f'"BCC 2, OK?" <bcc2@{ANYMAIL_TEST_UNISENDER_GO_DOMAIN}>',
89+
f'"BCC 2, OK?" <test+bcc2@{ANYMAIL_TEST_UNISENDER_GO_DOMAIN}>',
9090
],
9191
# Unisender Go only supports a single reply-to:
9292
reply_to=['"Reply, with comma (and parens)" <[email protected]>'],

0 commit comments

Comments
 (0)