mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-10 10:03:38 -04:00
fix tests
This commit is contained in:
@@ -222,11 +222,15 @@ def test_get_s3_file_makes_correct_call(notify_api, mocker):
|
|||||||
(
|
(
|
||||||
# simulate file saved with utf8withbom
|
# simulate file saved with utf8withbom
|
||||||
"\\ufeffPHONE NUMBER\n",
|
"\\ufeffPHONE NUMBER\n",
|
||||||
|
"eee",
|
||||||
|
2,
|
||||||
"5555555552",
|
"5555555552",
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
# simulate file saved without utf8withbom
|
# simulate file saved without utf8withbom
|
||||||
"\\PHONE NUMBER\n",
|
"\\PHONE NUMBER\n",
|
||||||
|
"eee",
|
||||||
|
2,
|
||||||
"5555555552",
|
"5555555552",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user