From f2737fc035db00be855f9c769445a2b33aabbde3 Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Sun, 17 May 2026 00:42:07 -0700 Subject: [PATCH] =?UTF-8?q?test(grounding):=20fix=20published=5Fdate=20?= =?UTF-8?q?=E2=86=92=20publish=5Fdate=20mock=20key=20mismatch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_grounding_v3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_grounding_v3.py b/tests/test_grounding_v3.py index 99ec312..7268d3e 100644 --- a/tests/test_grounding_v3.py +++ b/tests/test_grounding_v3.py @@ -130,13 +130,13 @@ class ParallelSearchTests(unittest.TestCase): "title": "Parallel Result", "url": "https://example.com/parallel", "snippet": "A parallel snippet", - "published_date": "2026-03-15T00:00:00Z", + "publish_date": "2026-03-15T00:00:00Z", }, { "title": "Old Parallel Result", "url": "https://example.com/old-parallel", "snippet": "Should be filtered", - "published_date": "2025-12-01T00:00:00Z", + "publish_date": "2025-12-01T00:00:00Z", }, { "title": "Undated Parallel Result",