mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 00:02:36 -05:00
Merge pull request #652 from alphagov/db-queues-changed
Fix test to expect correct db queue
This commit is contained in:
@@ -799,7 +799,7 @@ def test_should_send_email_to_anyone_with_test_key(
|
||||
'api_key_id': str(api_key.id),
|
||||
'key_type': api_key.key_type
|
||||
},
|
||||
queue='email'
|
||||
queue='db-email'
|
||||
)
|
||||
assert response.status_code == 201
|
||||
|
||||
|
||||
Reference in New Issue
Block a user