Skip to content

Commit 54fa622

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/crawlers/_beautifulsoup/test_beautifulsoup_crawler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,5 +426,5 @@ async def request_handler(context: BeautifulSoupCrawlingContext) -> None:
426426

427427
await crawler.run([str(server_url)])
428428

429-
assert hendler_calls.called
430-
assert hendler_calls.call_count == 1
429+
assert handler_calls.called
430+
assert handler_calls.call_count == 1

0 commit comments

Comments
 (0)