mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 01:38:25 -04:00
Fix error message for missing cells in CSV file
This was causing a 500 because of a bug in utils. It only occurred when there was missing data for a cell in the recipient column. I’ve also added a test for missing data in a non-recipient column just in case.
This commit is contained in:
@@ -27,4 +27,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.1#egg=notifications-utils==17.5.1
|
||||
git+https://github.com/alphagov/notifications-utils.git@17.5.6#egg=notifications-utils==17.5.6
|
||||
|
||||
Reference in New Issue
Block a user