Skip to content

Commit 88fc970

Browse files
committed
no total for paths inside S3
1 parent 7c34f9b commit 88fc970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/storage/tests/unit/test_handlers_paths.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ async def test_list_paths_pagination(
182182
file_filter=workspace_file_filter,
183183
expected_paths=expected_paths,
184184
limit=1,
185+
check_total=False,
185186
)
186187
# ls in until we get to some files
187188
while selected_subfolders := [p for p in expected_paths if p[1] is False]:
@@ -196,6 +197,7 @@ async def test_list_paths_pagination(
196197
user_id,
197198
file_filter=selected_path_filter[0],
198199
expected_paths=expected_paths,
200+
check_total=False,
199201
)
200202

201203

0 commit comments

Comments
 (0)