diff --git a/tests/test_unisender_go_integration.py b/tests/test_unisender_go_integration.py index 863172e..b2132e2 100644 --- a/tests/test_unisender_go_integration.py +++ b/tests/test_unisender_go_integration.py @@ -86,7 +86,7 @@ class UnisenderGoBackendIntegrationTests(AnymailTestMixin, SimpleTestCase): cc=["test+cc1@anymail.dev", '"Copy 2, OK?" '], bcc=[ f"test+bcc1@{ANYMAIL_TEST_UNISENDER_GO_DOMAIN}", - f'"BCC 2, OK?" ', + f'"BCC 2, OK?" ', ], # Unisender Go only supports a single reply-to: reply_to=['"Reply, with comma (and parens)" '],