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 46431e4 commit 1c15a29Copy full SHA for 1c15a29
services/storage/tests/unit/test_rpc_handlers_simcore_s3.py
@@ -613,7 +613,7 @@ async def test_start_export_data(
613
result,
614
)
615
616
- progress_updates = [x[0][3].actual_value for x in task_progress_spy.call_args_list]
+ progress_updates = [x[0][2].actual_value for x in task_progress_spy.call_args_list]
617
assert progress_updates[0] == 0
618
assert progress_updates[-1] == 1
619
0 commit comments