mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
test(bedrock): accept the router kwarg in the knowledge base search fake
This commit is contained in:
parent
719b67114d
commit
b6b5b31ce4
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue