mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-18 04:28:19 +00:00
test(test_openai_endpoints.py): change key
This commit is contained in:
@@ -1621,6 +1621,7 @@ def test_completion_ollama_function_call_stream(model):
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="local test")
|
||||
@pytest.mark.parametrize(
|
||||
("model"),
|
||||
[
|
||||
@@ -1669,6 +1670,7 @@ async def test_acompletion_ollama_function_call(model):
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="local test")
|
||||
@pytest.mark.parametrize(
|
||||
("model"),
|
||||
[
|
||||
|
||||
@@ -328,11 +328,10 @@ async def test_chat_completion_old_key():
|
||||
"""
|
||||
async with aiohttp.ClientSession() as session:
|
||||
try:
|
||||
key = "sk-ecMXHujzUtKCvHcwacdaTw"
|
||||
key = "sk--W0Ph0uDZLVD7V7LQVrslg"
|
||||
await chat_completion(session=session, key=key)
|
||||
except Exception as e:
|
||||
key = "sk-ecMXHujzUtKCvHcwacdaTw" # try diff db key (in case db url is for the other db)
|
||||
await chat_completion(session=session, key=key)
|
||||
pytest.fail("Invalid api key")
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
||||
Reference in New Issue
Block a user