-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
This row of code goes in error
File "/home/anselmix/Developer/django-crm/tests/tasks/test_task.py", line 663
self.assertEqual([self.chief.email], mail.outbox[2].to)
If I comment this test ends well.
This is the error:
.Run Test Method: test_restore_inquiry_email
.
FAIL: test_subtask_completion_notification (tests.tasks.test_task.TestTask.test_subtask_completion_notification)
Traceback (most recent call last):
File "/home/anselmix/Developer/django-crm/tests/tasks/test_task.py", line 663, in test_subtask_completion_notification
self.assertEqual([self.chief.email], mail.outbox[2].to)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: ['[email protected]'] != ['[email protected]', '[email protected]']
Second list contains 1 additional elements.
First extra element 1:
'[email protected]'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working