mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
test: add get_model_list coverage for alias without hidden key
This commit is contained in:
parent
ee71d69db0
commit
36f5e884f9
1 changed files with 3 additions and 0 deletions
|
|
@ -1026,6 +1026,9 @@ def test_get_model_group_info_alias_dict_without_hidden_key(model_list):
|
|||
)
|
||||
assert router3.get_model_group_info(model_group="visible-alias") is not None
|
||||
|
||||
model_list_result = router.get_model_list()
|
||||
assert model_list_result is not None
|
||||
|
||||
|
||||
def test_common_checks_available_deployment(model_list):
|
||||
"""Test if the 'common_checks_available_deployment' function is working correctly"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue