Skip to content

Commit 07e37d0

Browse files
rename fixture
1 parent 22513d8 commit 07e37d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/storage/tests/unit/test_rpc_handlers_simcore_s3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def task_progress_spy(mocker: MockerFixture) -> Mock:
575575
async 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(
621621
async 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,

0 commit comments

Comments
 (0)