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 e52ef34 commit 4260e22Copy full SHA for 4260e22
services/storage/tests/unit/test_rpc_handlers_simcore_s3.py
@@ -547,7 +547,7 @@ async def _request_start_export_data(
547
548
@pytest.fixture
549
def task_progress_spy(mocker: MockerFixture) -> Mock:
550
- return mocker.spy(CeleryTaskWorker, "set_task_progress")
+ return mocker.spy(CeleryTaskWorker, "set_progress")
551
552
553
@pytest.mark.parametrize(
0 commit comments