From ae1c1184c7ae9c3accad0e49a6d93f7aaa3ceb04 Mon Sep 17 00:00:00 2001 From: Daniel Simmons-Ritchie <37225902+SimmonsRitchie@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:36:05 -0500 Subject: [PATCH] Fix: use correct fixture URL --- tests/test_bisnd_bcc_a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bisnd_bcc_a.py b/tests/test_bisnd_bcc_a.py index c68ac95..8a289d3 100644 --- a/tests/test_bisnd_bcc_a.py +++ b/tests/test_bisnd_bcc_a.py @@ -11,7 +11,7 @@ # Setup for spider test_response = file_response( join(dirname(__file__), "files", "bisnd_bcc_a.html"), - url="https://spokanevalley.granicus.com/ViewPublisher.php?view_id=3", + url="https://www.bismarcknd.gov/calendar.aspx?Keywords=&startDate=02/04/2024&enddate=09/04/2024&CID=52&showPastEvents=false", # noqa ) spider = BisndBCCASpider()