mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
persist created_by_id when using the one off notification endpoint
This commit is contained in:
@@ -2257,7 +2257,8 @@ def test_send_one_off_notification(admin_request, sample_template):
|
||||
},
|
||||
data={
|
||||
'template_id': str(sample_template.id),
|
||||
'to': '07700900001'
|
||||
'to': '07700900001',
|
||||
'created_by': str(sample_template.service.created_by_id)
|
||||
},
|
||||
expected_status=201
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user