Bump utils to count characters in SMS properly

Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/172
This commit is contained in:
Chris Hill Scott
2017-07-04 09:02:51 +01:00
parent ef45a1d83f
commit 702fa1bbb4
2 changed files with 2 additions and 2 deletions

View File

@@ -28,4 +28,4 @@ notifications-python-client>=3.1,<3.2
awscli>=1.11,<1.12 awscli>=1.11,<1.12
awscli-cwlogs>=1.4,<1.5 awscli-cwlogs>=1.4,<1.5
git+https://github.com/alphagov/notifications-utils.git@17.5.0#egg=notifications-utils==17.5.0 git+https://github.com/alphagov/notifications-utils.git@17.5.1#egg=notifications-utils==17.5.1

View File

@@ -1819,7 +1819,7 @@ SERVICE_DAILY_LIMIT_MSG = 'Exceeded send limits (1000) for today'
( (
TOO_LONG_MSG, TOO_LONG_MSG,
'Message too long', 'Message too long',
'Text messages cant be longer than 459 characters. Your message is 678 characters.' 'Text messages cant be longer than 459 characters. Your message is 554 characters.'
), ),
( (
SERVICE_DAILY_LIMIT_MSG, SERVICE_DAILY_LIMIT_MSG,