mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
send to send-sms-tasks and send-email-tasks instead of send-tasks
This commit is contained in:
@@ -214,9 +214,9 @@ def test_persist_notification_increments_cache_if_key_exists(sample_template, sa
|
||||
[(True, None, 'research-mode-tasks', 'sms', 'normal'),
|
||||
(True, None, 'research-mode-tasks', 'email', 'normal'),
|
||||
(True, None, 'research-mode-tasks', 'email', 'team'),
|
||||
(False, None, 'send-tasks', 'sms', 'normal'),
|
||||
(False, None, 'send-tasks', 'email', 'normal'),
|
||||
(False, None, 'send-tasks', 'sms', 'team'),
|
||||
(False, None, 'send-sms-tasks', 'sms', 'normal'),
|
||||
(False, None, 'send-email-tasks', 'email', 'normal'),
|
||||
(False, None, 'send-sms-tasks', 'sms', 'team'),
|
||||
(False, None, 'research-mode-tasks', 'sms', 'test'),
|
||||
(True, 'notify-internal-tasks', 'research-mode-tasks', 'email', 'normal'),
|
||||
(False, 'notify-internal-tasks', 'notify-internal-tasks', 'sms', 'normal'),
|
||||
|
||||
Reference in New Issue
Block a user