From 1a5e8824482f128fd641778b30dcb3b1b172c317 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 17 Dec 2024 11:02:40 -0800 Subject: [PATCH] fix tests --- tests/app/aws/test_s3.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/app/aws/test_s3.py b/tests/app/aws/test_s3.py index f9baa2fde..843ce3ba0 100644 --- a/tests/app/aws/test_s3.py +++ b/tests/app/aws/test_s3.py @@ -222,11 +222,15 @@ def test_get_s3_file_makes_correct_call(notify_api, mocker): ( # simulate file saved with utf8withbom "\\ufeffPHONE NUMBER\n", + "eee", + 2, "5555555552", ), ( # simulate file saved without utf8withbom "\\PHONE NUMBER\n", + "eee", + 2, "5555555552", ), ],