mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-03 13:18:32 -04:00
Pulled out the tests that send SMSs into provider_tasks file/tests
- updated tests to validate creation of next task, not sending direct to provider
This commit is contained in:
@@ -356,7 +356,7 @@ def sample_notification(notify_db,
|
||||
data['job_row_number'] = job_row_number
|
||||
notification = Notification(**data)
|
||||
if create:
|
||||
dao_create_notification(notification, template.template_type, provider_name)
|
||||
dao_create_notification(notification, template.template_type)
|
||||
return notification
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user