We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd907b commit 9a4c24dCopy full SHA for 9a4c24d
1 file changed
tests/integration/test_dataset.py
@@ -432,8 +432,7 @@ async def test_dataset_collection_iterate(client: ApifyClient | ApifyClientAsync
432
created_ids.append(dataset.id)
433
434
try:
435
- # Iterate with a small chunk to force multiple API calls
436
- iterator = client.datasets().iterate(limit=10, desc=True)
+ iterator = client.datasets().iterate(desc=True)
437
collected: list[DatasetListItem] = []
438
if is_async:
439
assert isinstance(iterator, AsyncIterator)
0 commit comments