forked from phoenix/litellm-mirror
fix(router.py): check if fallbacks is none
This commit is contained in:
parent
95579fda7d
commit
ab0bc87427
4 changed files with 11 additions and 5 deletions
|
@ -116,7 +116,7 @@ def test_reading_key_from_model_list():
|
|||
except Exception as e:
|
||||
os.environ["AZURE_API_KEY"] = old_api_key
|
||||
print(f"FAILED TEST")
|
||||
pytest.fail("Got unexpected exception on router!", e)
|
||||
pytest.fail(f"Got unexpected exception on router! - {e}")
|
||||
# test_reading_key_from_model_list()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue