mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Strip trailing CSV rows, relax phone validation
Implements (and depends on): - https://github.com/alphagov/notifications-utils/pull/14 - https://github.com/alphagov/notifications-utils/pull/15
This commit is contained in:
@@ -14,4 +14,4 @@ Pygments==2.0.2
|
||||
|
||||
git+https://github.com/alphagov/notifications-python-client.git@0.3.1#egg=notifications-python-client==0.3.1
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@3.1.1#egg=notifications-utils==3.1.1
|
||||
git+https://github.com/alphagov/notifications-utils.git@3.1.3#egg=notifications-utils==3.1.3
|
||||
|
||||
@@ -247,11 +247,8 @@ def test_check_messages_should_revalidate_file_when_uploading_file(
|
||||
'app.main.views.send.s3download',
|
||||
return_value="""
|
||||
phone number,name,,,
|
||||
++44 7700 900981,test1,,,
|
||||
+44 7700 900981,test2,,,
|
||||
,,,
|
||||
,,, \t \t
|
||||
|
||||
123,test1,,,
|
||||
123,test2,,,
|
||||
"""
|
||||
)
|
||||
with app_.test_request_context():
|
||||
|
||||
Reference in New Issue
Block a user