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:
medmunds
2018-04-11 12:57:49 -07:00
parent d9ea741cba
commit e85c4a911f

View File

@@ -138,7 +138,7 @@ class MailgunBackendIntegrationTests(SimpleTestCase, AnymailTestMixin):
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"]