Skip to content

Commit 1c15a29

Browse files
fix test
1 parent 46431e4 commit 1c15a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test_rpc_handlers_simcore_s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ async def test_start_export_data(
613613
result,
614614
)
615615

616-
progress_updates = [x[0][3].actual_value for x in task_progress_spy.call_args_list]
616+
progress_updates = [x[0][2].actual_value for x in task_progress_spy.call_args_list]
617617
assert progress_updates[0] == 0
618618
assert progress_updates[-1] == 1
619619

0 commit comments

Comments
 (0)