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 38b213b commit 6bb1b7aCopy full SHA for 6bb1b7a
tests/integration/test_actor_scrapy.py
@@ -41,7 +41,8 @@ async def test_actor_scrapy_title_spider(
41
42
items = await actor.last_run().dataset().list_items()
43
44
- assert items.count >= 10
+ # CLOSESPIDER_PAGECOUNT is set to 10 in the spider settings.
45
+ assert items.count >= 9
46
47
for item in items.items:
48
assert 'url' in item
0 commit comments