fix tests

This commit is contained in:
Kenneth Kehl
2024-01-22 10:55:09 -08:00
parent ed3a356ad1
commit 6dc9828663
19 changed files with 282 additions and 99 deletions

View File

@@ -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)