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 27831e9 commit d33f717Copy full SHA for d33f717
services/storage/tests/unit/test_utils_exporting.py
@@ -67,15 +67,8 @@ async def test_workflow(
67
user_id: UserID,
68
paths_for_export: set[StorageFileID],
69
):
70
-
71
selection_to_export = _get_folder_and_files_selection(paths_for_export)
72
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
79
file_id = await create_s3_export(initialized_app, user_id, selection_to_export)
80
81
download_link = await simcore_s3_dsm.create_file_download_link(
0 commit comments