diff --git a/web/tests/test_content.py b/web/tests/test_content.py index 0460353..944bfc5 100644 --- a/web/tests/test_content.py +++ b/web/tests/test_content.py @@ -446,7 +446,7 @@ class TestGenerationPipeline: ) await _generate_from_template(dict(template), date(2026, 3, 1), 10) - miami = await fetch_one("SELECT * FROM articles WHERE slug = 'miami'") + miami = await fetch_one("SELECT * FROM articles WHERE slug = 'city-cost-miami'") assert miami is not None assert miami["url_path"] == "/padel-court-cost-miami" assert miami["title"] == "Padel Center Cost in Miami"