Skip to content

Commit a689eb6

Browse files
Mantisusvdusek
andauthored
Update tests/unit/crawlers/_beautifulsoup/test_beautifulsoup_crawler.py
Co-authored-by: Vlada Dusek <[email protected]>
1 parent 85d847b commit a689eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/crawlers/_beautifulsoup/test_beautifulsoup_crawler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ async def test_enqueue_strategy_after_redirect(server_url: URL, redirect_server_
418418

419419
@crawler.router.default_handler
420420
async def request_handler(context: BeautifulSoupCrawlingContext) -> None:
421-
await hendler_calls(context.request.url)
421+
await handler_calls(context.request.url)
422422

423423
target_url = str(server_url.with_path('redirect').with_query(url=str(redirect_server_url)))
424424

0 commit comments

Comments
 (0)