mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Unisender Go: fix integration test
test+bcc2@... is a sink address; bcc2@... is not (and gets rejected)
This commit is contained in:
@@ -86,7 +86,7 @@ class UnisenderGoBackendIntegrationTests(AnymailTestMixin, SimpleTestCase):
|
|||||||
cc=["test+cc1@anymail.dev", '"Copy 2, OK?" <test+cc2@anymail.dev>'],
|
cc=["test+cc1@anymail.dev", '"Copy 2, OK?" <test+cc2@anymail.dev>'],
|
||||||
bcc=[
|
bcc=[
|
||||||
f"test+bcc1@{ANYMAIL_TEST_UNISENDER_GO_DOMAIN}",
|
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:
|
# Unisender Go only supports a single reply-to:
|
||||||
reply_to=['"Reply, with comma (and parens)" <reply@example.com>'],
|
reply_to=['"Reply, with comma (and parens)" <reply@example.com>'],
|
||||||
|
|||||||
Reference in New Issue
Block a user