mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
Allow for both an endpoint callback and SQS consumption
This commit is contained in:
committed by
Richard Chapman
parent
3443dcea53
commit
f10893d383
2
tests/app/celery/test_csv_files/email.csv
Normal file
2
tests/app/celery/test_csv_files/email.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
email_address
|
||||
test@test.com
|
||||
|
1
tests/app/celery/test_csv_files/empty.csv
Normal file
1
tests/app/celery/test_csv_files/empty.csv
Normal file
@@ -0,0 +1 @@
|
||||
phone number
|
||||
|
11
tests/app/celery/test_csv_files/multiple_email.csv
Normal file
11
tests/app/celery/test_csv_files/multiple_email.csv
Normal file
@@ -0,0 +1,11 @@
|
||||
EMAILADDRESS
|
||||
test1@test.com
|
||||
test2@test.com
|
||||
test3@test.com
|
||||
test4@test.com
|
||||
test5@test.com
|
||||
test6@test.com
|
||||
test7@test.com
|
||||
test8@test.com
|
||||
test9@test.com
|
||||
test0@test.com
|
||||
|
11
tests/app/celery/test_csv_files/multiple_letter.csv
Normal file
11
tests/app/celery/test_csv_files/multiple_letter.csv
Normal file
@@ -0,0 +1,11 @@
|
||||
address_line_1, address_line_2, address_line_3
|
||||
name1, street1, town1, postcode1
|
||||
name2, street2, town2, postcode2
|
||||
name3, street3, town3, postcode3
|
||||
name4, street4, town4, postcode4
|
||||
name5, street5, town5, postcode5
|
||||
name6, street6, town6, postcode6
|
||||
name7, street7, town7, postcode7
|
||||
name8, street8, town8, postcode8
|
||||
name9, street9, town9, postcode9
|
||||
name0, street0, town0, postcode0
|
||||
|
11
tests/app/celery/test_csv_files/multiple_sms.csv
Normal file
11
tests/app/celery/test_csv_files/multiple_sms.csv
Normal file
@@ -0,0 +1,11 @@
|
||||
PhoneNumber,Name
|
||||
+441234123121,chris
|
||||
+441234123122,chris
|
||||
+441234123123,chris
|
||||
+441234123124,chris
|
||||
+441234123125,chris
|
||||
+441234123126,chris
|
||||
+441234123127,chris
|
||||
+441234123128,chris
|
||||
+441234123129,chris
|
||||
+441234123120,chris
|
||||
|
2
tests/app/celery/test_csv_files/sms.csv
Normal file
2
tests/app/celery/test_csv_files/sms.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
PHONE NUMBER, IGNORE THIS COLUMN
|
||||
+441234123123, nope
|
||||
|
Reference in New Issue
Block a user