mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
notify-300 set total message limit of 250k
This commit is contained in:
@@ -209,6 +209,7 @@ def sample_service(sample_user):
|
||||
data = {
|
||||
'name': service_name,
|
||||
'message_limit': 1000,
|
||||
'total_message_limit': 250000,
|
||||
'restricted': False,
|
||||
'email_from': email_from,
|
||||
'created_by': sample_user
|
||||
|
||||
Reference in New Issue
Block a user