mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
committed by
Tim Graham
parent
3f3bed8fb9
commit
117e970610
@@ -1004,7 +1004,7 @@ class SMTPBackendTests(BaseEmailBackendTests, SimpleTestCase):
|
||||
msg = None
|
||||
for i, m in enumerate(smtp_messages):
|
||||
if m[:4] == 'data':
|
||||
msg = smtp_messages[i+1]
|
||||
msg = smtp_messages[i + 1]
|
||||
break
|
||||
|
||||
self.assertTrue(msg)
|
||||
|
||||
Reference in New Issue
Block a user