Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created November 8, 2021 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobsilverberg/6a4acf4c076f8808773b2d495017a24e to your computer and use it in GitHub Desktop.
Save bobsilverberg/6a4acf4c076f8808773b2d495017a24e to your computer and use it in GitHub Desktop.
_________________________________________ TestReviewHelper.test_send_reviewer_reply _________________________________________
src/olympia/reviewers/tests/test_utils.py:865: in test_send_reviewer_reply
notify_mock.assert_called()
message = <django.core.mail.message.EmailMessage object at 0x7fe5c223f4f0>
notify_mock = <MagicMock name='notify_about_activity_log' id='140624814837712'>
self = <olympia.reviewers.tests.test_utils.TestReviewHelper testMethod=test_send_reviewer_reply>
/usr/local/lib/python3.9/unittest/mock.py:876: in assert_called
raise AssertionError(msg)
E AssertionError: Expected 'notify_about_activity_log' to have been called.
msg = "Expected 'notify_about_activity_log' to have been called."
self = <MagicMock name='notify_about_activity_log' id='140624814837712'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment