diff --git a/tests/test_unisender_go_integration.py b/tests/test_unisender_go_integration.py index 863172e4..b2132e29 100644 --- a/tests/test_unisender_go_integration.py +++ b/tests/test_unisender_go_integration.py @@ -86,7 +86,7 @@ def test_all_options(self): 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)" '],