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 85d7873 commit 79b1596Copy full SHA for 79b1596
services/api-server/tests/unit/api_functions/celery/test_functions_celery.py
@@ -207,7 +207,7 @@ async def _find_cached_function_jobs_side_effect(
207
product_name: ProductName,
208
function_id: FunctionID,
209
inputs: FunctionInputsList,
210
- status_filter: list[FunctionJobStatus] | None,
+ cached_job_statuses: list[FunctionJobStatus] | None,
211
):
212
return [None] * len(inputs)
213
0 commit comments