From 54d803a5785b7ccf4a1c1f2c9eb88b97b7ac8d37 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 30 Jun 2025 09:38:25 -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 b7fa4df0b..b2dd641f0 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] == {"0": "15551234"} + assert job_cache.get("66_phones")[0] == {"15551234"} assert job_cache.get("66_personalisation")[0] == {0: {"Name": "Alice"}}