mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Fixed test_rest file
This commit is contained in:
@@ -558,8 +558,8 @@ def test_get_notification_by_id_returns_merged_template_content(
|
||||
def test_get_notification_by_id_returns_merged_template_content_for_email(
|
||||
client, sample_email_template_with_placeholders, mocker
|
||||
):
|
||||
mock_s3 = mocker.patch("app.notifications.rest.get_personalisation_from_s3")
|
||||
mock_s3.return_value = {"name": "foo"}
|
||||
# mock_s3 = mocker.patch("app.notifications.rest.get_personalisation_from_s3")
|
||||
# mock_s3.return_value = {"name": "foo"}
|
||||
sample_notification = create_notification(
|
||||
sample_email_template_with_placeholders, personalisation={"name": "world"}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user