Skip to content

Commit 4260e22

Browse files
fix name
1 parent e52ef34 commit 4260e22

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
@@ -547,7 +547,7 @@ async def _request_start_export_data(
547547

548548
@pytest.fixture
549549
def task_progress_spy(mocker: MockerFixture) -> Mock:
550-
return mocker.spy(CeleryTaskWorker, "set_task_progress")
550+
return mocker.spy(CeleryTaskWorker, "set_progress")
551551

552552

553553
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)