forked from phoenix/litellm-mirror
modifying test_exceptions
This commit is contained in:
parent
548fcfdff9
commit
71d9917655
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def logger_fn(model_call_object: dict):
|
||||||
print(f"model call details: {model_call_object}")
|
print(f"model call details: {model_call_object}")
|
||||||
|
|
||||||
@pytest.mark.parametrize("model", models)
|
@pytest.mark.parametrize("model", models)
|
||||||
def test_invalid_auth(model): # set the model key to an invalid key, depending on the model
|
def invalid_auth(model): # set the model key to an invalid key, depending on the model
|
||||||
messages = [{ "content": "Hello, how are you?","role": "user"}]
|
messages = [{ "content": "Hello, how are you?","role": "user"}]
|
||||||
try:
|
try:
|
||||||
azure = False
|
azure = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue