mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
test(test_completion.py): fix test
This commit is contained in:
parent
5f8d88d363
commit
caf1e28ba3
1 changed files with 0 additions and 1 deletions
|
|
@ -1781,7 +1781,6 @@ def test_completion_replicate_llama3():
|
|||
print("RESPONSE STRING\n", response_str)
|
||||
if type(response_str) != str:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
raise Exception("it worked!")
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue