Skip to content

Commit 8f5945c

Browse files
committed
cleanup
1 parent 76a6f6e commit 8f5945c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/api-server/tests/unit/api_functions/test_api_routers_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ async def test_run_project_function(
411411
mocked_webserver_rpc_api: dict[str, MockType],
412412
app: FastAPI,
413413
client: AsyncClient,
414-
mock_handler_in_functions_rpc_interface: Callable[[str, Any], None],
414+
mock_handler_in_functions_rpc_interface: Callable,
415415
fake_registered_project_function: RegisteredProjectFunction,
416416
fake_registered_project_function_job: RegisteredFunctionJob,
417417
auth: httpx.BasicAuth,

0 commit comments

Comments
 (0)