mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 14:29:25 -04:00
change total message limit to 100000
This commit is contained in:
@@ -224,7 +224,7 @@ def sample_service(sample_user):
|
||||
data = {
|
||||
"name": service_name,
|
||||
"message_limit": 1000,
|
||||
"total_message_limit": 250000,
|
||||
"total_message_limit": 100000,
|
||||
"restricted": False,
|
||||
"email_from": email_from,
|
||||
"created_by": sample_user,
|
||||
|
||||
Reference in New Issue
Block a user