mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Fix functional tests
This commit is contained in:
@@ -142,7 +142,7 @@ def send_sms(self,
|
||||
)
|
||||
|
||||
provider_tasks.deliver_sms.apply_async(
|
||||
[saved_notification.id],
|
||||
[str(saved_notification.id)],
|
||||
queue='send-sms' if not service.research_mode else 'research-mode'
|
||||
)
|
||||
|
||||
@@ -195,7 +195,7 @@ def send_email(self, service_id,
|
||||
)
|
||||
|
||||
provider_tasks.deliver_email.apply_async(
|
||||
[saved_notification.id],
|
||||
[str(saved_notification.id)],
|
||||
queue='send-email' if not service.research_mode else 'research-mode'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user