diff --git a/tests/integration/ground_truth.py b/tests/integration/ground_truth.py index 1d6295b..a1409a8 100644 --- a/tests/integration/ground_truth.py +++ b/tests/integration/ground_truth.py @@ -67,15 +67,17 @@ GROUND_TRUTH: list[GroundTruth] = [ frontend_search_url="https://www.dokumentation.landtag-mv.de/parldok/", ), # ─── BE (PARDOK / portala) ────────────────────────────────────────── - # 19/3107 vom April 2026 ist außerhalb des 200-result-Windows von - # PortalaAdapter.get_document gewandert. Sample auf eine aktuelle - # BE-Drucksache aktualisiert (siehe #61 Bug 5). + # Sample muss eine BE-Drucksache sein, die vom PortalaAdapter + # zuverlässig in den top results gelistet wird (search-Pagination + # ist BE-eigen und liefert nicht alle WP19-Anträge zurück). + # 19/2606 ist eine etablierte GRÜNE-Drucksache mit klarer Title- + # Substring "Menstruation". GroundTruth( bundesland="BE", - drucksache="19/2650", - title_substring="A100", + drucksache="19/2606", + title_substring="Menstruation", expected_fraktionen={"GRÜNE"}, - datum="2025-09-09", + datum="2025-07-22", pdf_url_substring="pardok.parlament-berlin.de", frontend_search_url="https://pardok.parlament-berlin.de/portala/", ),