diff --git a/city_scrapers/spiders/il_commerce.py b/city_scrapers/spiders/il_commerce.py index cec566966..995146984 100644 --- a/city_scrapers/spiders/il_commerce.py +++ b/city_scrapers/spiders/il_commerce.py @@ -12,7 +12,7 @@ class IlCommerceSpider(CityScrapersSpider): timezone = "America/Chicago" start_urls = [ # Returns a page with 32 days of meetings from today's date, including today. - "https://www.icc.illinois.gov/meetings? \ + "https://www.icc.illinois.gov/meetings?\ dts=32&scm=True&sps=True&sh=True&sjc=True&ssh=False&smceb=True" ] diff --git a/tests/test_il_commerce.py b/tests/test_il_commerce.py index cc868b32e..ad0ea6119 100644 --- a/tests/test_il_commerce.py +++ b/tests/test_il_commerce.py @@ -10,7 +10,7 @@ test_response = file_response( join(dirname(__file__), "files", "il_commerce.html"), - url="https://www.icc.illinois.gov/ \ + url="https://www.icc.illinois.gov/\ meetings?dts=32&scm=True&sps=True&sh=True&sjc=True&ssh=False&smceb=True", ) test_detail_response = file_response(