Skip to content

Commit

Permalink
Fix: use correct fixture URL
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Mar 11, 2024
1 parent 5180094 commit ae1c118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bisnd_bcc_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit ae1c118

Please sign in to comment.