From 702fa1bbb43867da4ea38b4d64ebcd109c766a89 Mon Sep 17 00:00:00 2001 From: Chris Hill Scott Date: Tue, 4 Jul 2017 09:02:51 +0100 Subject: [PATCH] Bump utils to count characters in SMS properly Brings in: - [ ] https://github.com/alphagov/notifications-utils/pull/172 --- requirements.txt | 2 +- tests/app/main/views/test_send.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ea04f2be..49a623fae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,4 +28,4 @@ notifications-python-client>=3.1,<3.2 awscli>=1.11,<1.12 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 diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index 7cd082d44..acbb0ac73 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -1819,7 +1819,7 @@ SERVICE_DAILY_LIMIT_MSG = 'Exceeded send limits (1000) for today' ( TOO_LONG_MSG, 'Message too long', - 'Text messages can’t be longer than 459 characters. Your message is 678 characters.' + 'Text messages can’t be longer than 459 characters. Your message is 554 characters.' ), ( SERVICE_DAILY_LIMIT_MSG,