mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
fix case sensitivity looking up phone number
This commit is contained in:
@@ -61,6 +61,12 @@ def test_get_s3_file_makes_correct_call(notify_api, mocker):
|
||||
0,
|
||||
"15551111111",
|
||||
),
|
||||
(
|
||||
"Phone number,name,date,time,address,English,Spanish\r\n15553333333,Tim,10/16,2:00 PM,5678 Tom St.,no,yes",
|
||||
"ddd",
|
||||
0,
|
||||
"15553333333",
|
||||
),
|
||||
],
|
||||
)
|
||||
def test_get_phone_number_from_s3(
|
||||
|
||||
Reference in New Issue
Block a user