File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
services/api-server/tests/unit/api_functions/celery Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ async def test_celery_error_propagation(
310310 ],
311311)
312312@pytest .mark .parametrize ("capture" , ["run_study_function_parent_info.json" ])
313- @pytest .mark .parametrize ("mocked_app_dependencies " , [None ])
313+ @pytest .mark .parametrize ("mocked_app_rpc_dependencies " , [None ])
314314async def test_run_project_function_parent_info (
315315 app : FastAPI ,
316316 with_api_server_celery_worker : TestWorkController ,
@@ -424,7 +424,6 @@ def _default_side_effect(
424424 ],
425425)
426426@pytest .mark .parametrize ("capture" , ["run_study_function_parent_info.json" ])
427- @pytest .mark .parametrize ("mocked_app_dependencies" , [None ])
428427async def test_map_function_parent_info (
429428 app : FastAPI ,
430429 with_api_server_celery_worker : TestWorkController ,
@@ -546,7 +545,6 @@ def _default_side_effect(
546545 assert side_effect_checks ["headers_checked" ] is True
547546
548547
549- @pytest .mark .parametrize ("mocked_app_dependencies" , [None ])
550548async def test_map_function (
551549 app : FastAPI ,
552550 with_api_server_celery_worker : TestWorkController ,
You can’t perform that action at this time.
0 commit comments