mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
Merge pull request #347 from alphagov/strip-trailing-rows
Strip trailing CSV rows, relax phone validation
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-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',
|
'app.main.views.send.s3download',
|
||||||
return_value="""
|
return_value="""
|
||||||
phone number,name,,,
|
phone number,name,,,
|
||||||
++44 7700 900981,test1,,,
|
123,test1,,,
|
||||||
+44 7700 900981,test2,,,
|
123,test2,,,
|
||||||
,,,
|
|
||||||
,,, \t \t
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
with app_.test_request_context():
|
with app_.test_request_context():
|
||||||
|
|||||||
Reference in New Issue
Block a user