notify-300 set total message limit of 250k

This commit is contained in:
Kenneth Kehl
2023-04-28 12:37:06 -07:00
parent 5cbeedb000
commit 9de806000a
14 changed files with 193 additions and 89 deletions

View File

@@ -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