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 7c34f9b commit 88fc970Copy full SHA for 88fc970
services/storage/tests/unit/test_handlers_paths.py
@@ -182,6 +182,7 @@ async def test_list_paths_pagination(
182
file_filter=workspace_file_filter,
183
expected_paths=expected_paths,
184
limit=1,
185
+ check_total=False,
186
)
187
# ls in until we get to some files
188
while selected_subfolders := [p for p in expected_paths if p[1] is False]:
@@ -196,6 +197,7 @@ async def test_list_paths_pagination(
196
197
user_id,
198
file_filter=selected_path_filter[0],
199
200
201
202
203
0 commit comments