test(bedrock): accept the router kwarg in the knowledge base search fake

This commit is contained in:
mateo-berri 2026-09-02 15:25:05 -07:00
parent 719b67114d
commit b6b5b31ce4

View file

@ -333,6 +333,7 @@ async def test_bedrock_kb_request_body_has_transformed_filters(
timeout=None,
client=None,
_is_async=False,
router=None,
):
litellm_params_dict = (
litellm_params.model_dump(exclude_none=False)