mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test(test_openai_endpoints.py): change key
This commit is contained in:
parent
6a06aba443
commit
b014a72f7a
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue