File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/storage/tests/unit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ def task_progress_spy(mocker: MockerFixture) -> Mock:
575575async def test_start_export_data (
576576 initialized_app : FastAPI ,
577577 short_dsm_cleaner_interval : int ,
578- with_storage_celery_worker_controller : TestWorkController ,
578+ with_storage_celery_worker : TestWorkController ,
579579 storage_rabbitmq_rpc_client : RabbitMQRPCClient ,
580580 user_id : UserID ,
581581 product_name : ProductName ,
@@ -621,7 +621,7 @@ async def test_start_export_data(
621621async def test_start_export_data_access_error (
622622 initialized_app : FastAPI ,
623623 short_dsm_cleaner_interval : int ,
624- with_storage_celery_worker_controller : TestWorkController ,
624+ with_storage_celery_worker : TestWorkController ,
625625 storage_rabbitmq_rpc_client : RabbitMQRPCClient ,
626626 user_id : UserID ,
627627 product_name : ProductName ,
You can’t perform that action at this time.
0 commit comments