Skip to content

Commit

Permalink
Fix typo in Mailgun integration test
Browse files Browse the repository at this point in the history
(Was causing false failures in ~1/6 of live integration runs,
depending on what order Mailgun generated events.)
  • Loading branch information
medmunds committed Apr 11, 2018
1 parent d9ea741 commit e85c4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mailgun_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit e85c4a9

Please sign in to comment.