test(grounding): fix published_date → publish_date mock key mismatch

This commit is contained in:
Trevin Chow
2026-05-17 00:42:07 -07:00
parent 9ce7264d43
commit f2737fc035
+2 -2
View File
@@ -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",