forked from phoenix/litellm-mirror
test: fix test
This commit is contained in:
parent
f49dc9a99f
commit
5ad790ffdf
1 changed files with 0 additions and 2 deletions
|
@ -453,8 +453,6 @@ def test_gemini_pro_function_calling_streaming():
|
|||
for chunk in completion:
|
||||
print(f"chunk: {chunk}")
|
||||
|
||||
raise Exception("it worked!")
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_gemini_pro_async_function_calling():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue