Skip to content

Commit

Permalink
Removed unnecessary mock
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlwellman committed Jan 28, 2025
1 parent 0fa7611 commit d85c351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def test_process_delivery_status_redacts_personalisation(
personalisation={'foo': 'bar'},
)

mocker.patch('app.celery.process_delivery_status_result_tasks._get_include_payload_status', returns=True)
# mocker.patch('app.celery.process_delivery_status_result_tasks._get_include_payload_status', returns=True)
process_delivery_status(event=sample_delivery_status_result_message)

notification = dao_get_notification_by_reference('SMyyy')
Expand Down

0 comments on commit d85c351

Please sign in to comment.