Merge pull request #39420 from BerriAI/litellm_bedrock_kb_fake_router_kwarg

test(bedrock): accept the router kwarg in the knowledge base search fake
This commit is contained in:
Mateo Wang 2026-09-02 16:13:47 -07:00 committed by GitHub
commit 3c6b0705b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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