mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
test(test_router.py): fix testing
This commit is contained in:
parent
988970f4c2
commit
cc41db018f
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ def test_router_region_pre_call_check(allowed_model_region):
|
|||
model="gpt-3.5-turbo",
|
||||
healthy_deployments=model_list,
|
||||
messages=[{"role": "user", "content": "Hey!"}],
|
||||
allowed_model_region=allowed_model_region,
|
||||
request_kwargs={"allowed_model_region": allowed_model_region},
|
||||
)
|
||||
|
||||
if allowed_model_region is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue