File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
services/storage/tests/unit Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ def short_dsm_cleaner_interval(monkeypatch: pytest.MonkeyPatch) -> int:
210210async def test_copy_folders_from_valid_project_with_one_large_file (
211211 initialized_app : FastAPI ,
212212 short_dsm_cleaner_interval : int ,
213- with_storage_celery_worker_controller : TestWorkController ,
214213 storage_rabbitmq_rpc_client : RabbitMQRPCClient ,
215214 user_id : UserID ,
216215 product_name : ProductName ,
@@ -304,7 +303,6 @@ async def test_copy_folders_from_valid_project_with_one_large_file(
304303async def test_copy_folders_from_valid_project (
305304 short_dsm_cleaner_interval : int ,
306305 initialized_app : FastAPI ,
307- with_storage_celery_worker_controller : TestWorkController ,
308306 storage_rabbitmq_rpc_client : RabbitMQRPCClient ,
309307 user_id : UserID ,
310308 product_name : ProductName ,
You can’t perform that action at this time.
0 commit comments