diff --git a/tests/test_sparkpost_integration.py b/tests/test_sparkpost_integration.py index 43966d4..efabad0 100644 --- a/tests/test_sparkpost_integration.py +++ b/tests/test_sparkpost_integration.py @@ -62,8 +62,10 @@ class SparkPostBackendIntegrationTests(SimpleTestCase, AnymailTestMixin): body="This is the text body", from_email="Test From , also-from@test-sp.anymail.info", to=["to1@test.sink.sparkpostmail.com", "Recipient 2 "], - cc=["cc1@test.sink.sparkpostmail.com", "Copy 2 "], - bcc=["bcc1@test.sink.sparkpostmail.com", "Blind Copy 2 "], + # Limit the live b/cc's to avoid running through our small monthly allowance: + # cc=["cc1@test.sink.sparkpostmail.com", "Copy 2 "], + # bcc=["bcc1@test.sink.sparkpostmail.com", "Blind Copy 2 "], + cc=["Copy To "], reply_to=["reply1@example.com", "Reply 2 "], headers={"X-Anymail-Test": "value"},