From edcae9b762d4e64518cdf1a46e58f39fe68541c3 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 30 Jun 2025 09:52:42 -0700 Subject: [PATCH] more tests --- tests/app/aws/test_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/aws/test_s3.py b/tests/app/aws/test_s3.py index b2dd641f0..60907c392 100644 --- a/tests/app/aws/test_s3.py +++ b/tests/app/aws/test_s3.py @@ -670,5 +670,5 @@ def test_read_s3_file_populates_cache(monkeypatch): ) s3.read_s3_file("bucket", "service-XX-notify/66.csv", s3res) assert job_cache.get("66")[0].startswith("Phone number") - assert job_cache.get("66_phones")[0] == {"15551234"} + assert job_cache.get("66_phones")[0] == {"0", "15551234"} assert job_cache.get("66_personalisation")[0] == {0: {"Name": "Alice"}}