mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Update limit to message_limit.
Further db changes and updates. Remove traceback print out. Fix bug in passing template id to a task.
This commit is contained in:
@@ -22,9 +22,9 @@ def test_should_return_correct_details_for_bounced():
|
||||
def test_should_return_correct_details_for_complaint():
|
||||
response_dict = get_firetext_responses('2')
|
||||
assert response_dict['message'] == 'Undelivered (Pending with Network)'
|
||||
assert response_dict['notification_status'] == 'sent'
|
||||
assert not response_dict['notification_statistics_status']
|
||||
assert not response_dict['success']
|
||||
assert response_dict['notification_status'] == 'delivered'
|
||||
assert response_dict['notification_statistics_status'] == 'delivered'
|
||||
assert response_dict['success']
|
||||
|
||||
|
||||
def test_should_be_none_if_unrecognised_status_code():
|
||||
|
||||
Reference in New Issue
Block a user