Skip to content

Commit

Permalink
Update test_scrapers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sakan811 authored Jun 16, 2024
1 parent e584ee8 commit 168a308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scrapers.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_check_if_all_date_was_scraped_csv() -> None:
)

thread_scrape = ThreadPoolScraper(hotel_stay)
thread_scrape.thread_scrape(timezone=city_timezone)
thread_scrape.thread_scrape(timezone=city_timezone, max_workers=1)
check_csv_if_all_date_was_scraped()

with sqlite3.connect(sqlite_name) as conn:
Expand Down

0 comments on commit 168a308

Please sign in to comment.