This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-api
Watch
1
Star
0
Fork
0
You've already forked notifications-api
mirror of
https://github.com/GSA/notifications-api.git
synced
2026-01-03 05:20:44 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00a04ce0796433d004b979bf5d08981930f08fc3
notifications-api
/
test_csv_files
/
sms.csv
3 lines
53 B
CSV
Raw
Normal View
History
Unescape
Escape
Accept CSV files with additional columns Currently when the Celery task processes a CSV it will call the API with the values for all the non-recipient columns in the `personalisation` field. This means that those API calls would fail, even though the CSV has been processed ‘successfully’. This was not being caught by the tests, so this commit adds extra tests to check what data the task is passing to the API call. It then updates utils to version 2.0.1 which brings in this fix: https://github.com/alphagov/notifications-utils/pull/10
2016-03-09 07:27:26 +00:00
phone number
,
ignore this column
+441234123123
,
nope
Reference in New Issue
Copy Permalink