We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f3c76 commit bf9c02dCopy full SHA for bf9c02d
tests/test_main.py
@@ -23,7 +23,7 @@ async def test_main_scraper_flow():
23
for url in mock_excel_links
24
}
25
26
- with patch("src.excel_scraper.NYCInfoHubScraper.scrape_data") as mock_scrape_data, \
+ with patch("src.excel_scraper.scraper.NYCInfoHubScraper.scrape_data") as mock_scrape_data, \
27
patch.object(NYCInfoHubScraper, "save_file") as mock_save:
28
29
mock_scrape_data.return_value = None # skip real flow
0 commit comments