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 84b2262 commit 9d518eeCopy full SHA for 9d518ee
services/storage/tests/unit/test_simcore_s3_dsm.py
@@ -303,7 +303,7 @@ async def test_search_files(
303
user_id=user_id,
304
name_pattern="*",
305
project_id=project_id,
306
- items_per_page=2, # Small page size to test pagination
+ limit=2, # Small page size to test pagination
307
):
308
paginated_results.extend(page)
309
page_count += 1
0 commit comments