mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 08:26:09 +00:00
test: fix test
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user