Skip to content

Commit d33f717

Browse files
author
Andrei Neagu
committed
removed
1 parent 27831e9 commit d33f717

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

services/storage/tests/unit/test_utils_exporting.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,8 @@ async def test_workflow(
6767
user_id: UserID,
6868
paths_for_export: set[StorageFileID],
6969
):
70-
7170
selection_to_export = _get_folder_and_files_selection(paths_for_export)
7271

73-
# TODO: generate some content in S3, both single files and
74-
# also some folders
75-
# let's select files form different folders
76-
# also let's send the same file selected in the same fodler (we avoid path duplication by default)
77-
# also send over multiple times the same file
78-
7972
file_id = await create_s3_export(initialized_app, user_id, selection_to_export)
8073

8174
download_link = await simcore_s3_dsm.create_file_download_link(

0 commit comments

Comments
 (0)