fix tests

This commit is contained in:
Kenneth Kehl
2024-12-17 11:02:40 -08:00
parent c2d822b288
commit 1a5e882448

View File

@@ -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",
), ),
], ],