mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
fix tests
This commit is contained in:
@@ -1851,6 +1851,9 @@ def test_get_all_notifications_for_service_including_ones_made_by_jobs(
|
||||
mock_s3 = mocker.patch("app.service.rest.get_phone_number_from_s3")
|
||||
mock_s3.return_value = "1"
|
||||
|
||||
mock_s3 = mocker.patch("app.service.rest.get_personalisation_from_s3")
|
||||
mock_s3.return_value = {}
|
||||
|
||||
# notification from_test_api_key
|
||||
create_notification(sample_template, key_type=KEY_TYPE_TEST)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user