mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Fix typo in Mailgun integration test
(Was causing false failures in ~1/6 of live integration runs, depending on what order Mailgun generated events.)
This commit is contained in:
@@ -138,7 +138,7 @@ class MailgunBackendIntegrationTests(SimpleTestCase, AnymailTestMixin):
|
|||||||
|
|
||||||
self.assertEqual(event["message"]["scheduled-for"], send_at_timestamp)
|
self.assertEqual(event["message"]["scheduled-for"], send_at_timestamp)
|
||||||
self.assertIn(event["recipient"], ['test+to1@anymail.info', 'test+to2@anymail.info',
|
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'])
|
'test+bcc1@anymail.info', 'test+bcc2@anymail.info'])
|
||||||
|
|
||||||
headers = event["message"]["headers"]
|
headers = event["message"]["headers"]
|
||||||
|
|||||||
Reference in New Issue
Block a user