mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Update limit to message_limit.
Further db changes and updates. Remove traceback print out. Fix bug in passing template id to a task.
This commit is contained in:
@@ -133,7 +133,7 @@ def test_should_allow_valid_token_with_post_body(notify_api, sample_api_key):
|
||||
'email_from': 'new name',
|
||||
'name': 'new name',
|
||||
'users': [service.users[0].id],
|
||||
'limit': 1000,
|
||||
'message_limit': 1000,
|
||||
'restricted': False,
|
||||
'active': False}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user