mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(router.py): cooldown deployments, for 401 errors
This commit is contained in:
parent
8ee51a96f4
commit
1baad80c7d
6 changed files with 165 additions and 14 deletions
|
@ -1154,6 +1154,7 @@ def test_consistent_model_id():
|
|||
assert id1 == id2
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="local test")
|
||||
def test_reading_keys_os_environ():
|
||||
import openai
|
||||
|
||||
|
@ -1253,6 +1254,7 @@ def test_reading_keys_os_environ():
|
|||
# test_reading_keys_os_environ()
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="local test")
|
||||
def test_reading_openai_keys_os_environ():
|
||||
import openai
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue