mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Merge branch 'master' into remove-initial-update-sms-sender
This commit is contained in:
@@ -335,7 +335,7 @@ def test_get_all_notifications_filter_by_template_type(client):
|
||||
assert json_response['notifications'][0]['status'] == "created"
|
||||
assert json_response['notifications'][0]['template'] == {
|
||||
'id': str(email_template.id),
|
||||
'uri': email_template.get_link(),
|
||||
'uri': notification.template.get_link(),
|
||||
'version': 1
|
||||
}
|
||||
assert json_response['notifications'][0]['email_address'] == "don.draper@scdp.biz"
|
||||
|
||||
Reference in New Issue
Block a user