mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Merge branch 'main' into stvnrlly-remove-broadcasts
This commit is contained in:
@@ -68,6 +68,7 @@ def test_get_notification_by_id_returns_200(
|
||||
'completed_at': sample_notification.completed_at(),
|
||||
'scheduled_for': None,
|
||||
'postage': None,
|
||||
'provider_response': None
|
||||
}
|
||||
|
||||
assert json_response == expected_response
|
||||
@@ -120,6 +121,7 @@ def test_get_notification_by_id_with_placeholders_returns_200(
|
||||
'completed_at': sample_notification.completed_at(),
|
||||
'scheduled_for': None,
|
||||
'postage': None,
|
||||
'provider_response': None
|
||||
}
|
||||
|
||||
assert json_response == expected_response
|
||||
|
||||
Reference in New Issue
Block a user