Skip to content

Commit 79b1596

Browse files
committed
test fix
1 parent 85d7873 commit 79b1596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/api-server/tests/unit/api_functions/celery/test_functions_celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ async def _find_cached_function_jobs_side_effect(
207207
product_name: ProductName,
208208
function_id: FunctionID,
209209
inputs: FunctionInputsList,
210-
status_filter: list[FunctionJobStatus] | None,
210+
cached_job_statuses: list[FunctionJobStatus] | None,
211211
):
212212
return [None] * len(inputs)
213213

0 commit comments

Comments
 (0)