mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-05 22:21:34 -04:00
fix tests
This commit is contained in:
@@ -2,6 +2,7 @@ import json
|
||||
from os import getenv
|
||||
|
||||
import newrelic.agent
|
||||
from notifications_utils import DAILY_MESSAGE_LIMIT
|
||||
|
||||
from app.cloudfoundry_config import cloud_config
|
||||
|
||||
@@ -44,7 +45,7 @@ class Config(object):
|
||||
|
||||
DEFAULT_SERVICE_LIMIT = 50
|
||||
|
||||
GLOBAL_SERVICE_MESSAGE_LIMIT = 250000
|
||||
GLOBAL_SERVICE_MESSAGE_LIMIT = DAILY_MESSAGE_LIMIT
|
||||
|
||||
EMAIL_EXPIRY_SECONDS = 3600 # 1 hour
|
||||
INVITATION_EXPIRY_SECONDS = 3600 * 24 * 2 # 2 days - also set on api
|
||||
|
||||
Reference in New Issue
Block a user