add other send notification error branches and tests

This commit is contained in:
Leo Hemsted
2017-06-29 16:06:36 +01:00
parent 42e33ce9e6
commit 87aeec1b8d
6 changed files with 56 additions and 11 deletions

View File

@@ -51,6 +51,8 @@ class Config(object):
SESSION_COOKIE_SECURE = True
SESSION_REFRESH_EACH_REQUEST = True
SHOW_STYLEGUIDE = True
# TODO: move to utils
SMS_CHAR_COUNT_LIMIT = 459
TOKEN_MAX_AGE_SECONDS = 3600
WTF_CSRF_ENABLED = True
WTF_CSRF_TIME_LIMIT = None