diff --git a/tests/test_mailgun_integration.py b/tests/test_mailgun_integration.py index e5bad340..e8b388d3 100644 --- a/tests/test_mailgun_integration.py +++ b/tests/test_mailgun_integration.py @@ -138,7 +138,7 @@ def test_all_options(self): self.assertEqual(event["message"]["scheduled-for"], send_at_timestamp) self.assertIn(event["recipient"], ['test+to1@anymail.info', 'test+to2@anymail.info', - 'test+cc1@anymail.info', 'test+cc1@anymail.info', + 'test+cc1@anymail.info', 'test+cc2@anymail.info', 'test+bcc1@anymail.info', 'test+bcc2@anymail.info']) headers = event["message"]["headers"]