mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 08:25:15 -05:00
Rationalised the queues.
- the internal notify activites (send sms code, forgotten passwords etc) all not in a "notify" queue. - deleted all unused queues
This commit is contained in:
@@ -56,7 +56,7 @@ def test_create_invited_user(notify_api, sample_service, mocker, invitation_emai
|
||||
'some_uuid',
|
||||
encryption.encrypt(message),
|
||||
"2016-01-01T11:09:00.061258"),
|
||||
queue="email-invited-user")
|
||||
queue="notify")
|
||||
|
||||
|
||||
def test_create_invited_user_invalid_email(notify_api, sample_service, mocker):
|
||||
|
||||
Reference in New Issue
Block a user