Skip to content

Commit e85c4a9

Browse files
committed
Fix typo in Mailgun integration test
(Was causing false failures in ~1/6 of live integration runs, depending on what order Mailgun generated events.)
1 parent d9ea741 commit e85c4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mailgun_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def test_all_options(self):
138138

139139
self.assertEqual(event["message"]["scheduled-for"], send_at_timestamp)
140140
self.assertIn(event["recipient"], ['[email protected]', '[email protected]',
141-
'[email protected]', 'test+cc1@anymail.info',
141+
'[email protected]', 'test+cc2@anymail.info',
142142
143143

144144
headers = event["message"]["headers"]

0 commit comments

Comments
 (0)