Skip to content

Commit 5f96aef

Browse files
committed
test fix
1 parent 3d3b341 commit 5f96aef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
)
3333
from models_library.rest_pagination import PageMetaInfoLimitOffset
3434
from models_library.users import UserID
35-
from pytest_mock import MockType
35+
from pytest_mock import MockerFixture, MockType
3636
from pytest_simcore.helpers.httpx_calls_capture_models import HttpApiCallCaptureModel
3737
from servicelib.aiohttp import status
3838
from servicelib.common_headers import (
@@ -274,6 +274,7 @@ async def test_get_function_output_schema(
274274

275275
async def test_validate_function_inputs(
276276
client: AsyncClient,
277+
mock_rabbitmq_rpc_client: MockerFixture,
277278
mock_handler_in_functions_rpc_interface: Callable[[str, Any], None],
278279
mock_registered_project_function: RegisteredProjectFunction,
279280
auth: httpx.BasicAuth,

0 commit comments

Comments
 (0)