mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Revert "Merge pull request #1328 from alphagov/notification-page-reworked"
This reverts commit1797162248, reversing changes made to95b4d9eb31.
This commit is contained in:
@@ -1650,8 +1650,7 @@ def mock_get_notification(mocker, fake_uuid, notification_status='delivered'):
|
||||
'name': 'Test User',
|
||||
'email_address': 'test@user.gov.uk'
|
||||
}
|
||||
noti['personalisation'] = {'name': 'Jo'}
|
||||
noti['template'] = template_json(service_id, str(generate_uuid()), content='hello ((name))')
|
||||
noti['template'] = template_json(service_id, str(generate_uuid()))
|
||||
return noti
|
||||
|
||||
return mocker.patch(
|
||||
|
||||
Reference in New Issue
Block a user