forked from phoenix/litellm-mirror
test(test_completion.py): cleanup test
This commit is contained in:
parent
3d9ef689e7
commit
8f09876486
1 changed files with 0 additions and 2 deletions
|
@ -3412,8 +3412,6 @@ def test_completion_gemini(model):
|
||||||
# Add any assertions,here to check the response
|
# Add any assertions,here to check the response
|
||||||
print(response)
|
print(response)
|
||||||
assert response.choices[0]["index"] == 0
|
assert response.choices[0]["index"] == 0
|
||||||
|
|
||||||
assert False
|
|
||||||
except litellm.APIError as e:
|
except litellm.APIError as e:
|
||||||
pass
|
pass
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue