mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
test(test_completion.py): fix test to not raise exception if it works
This commit is contained in:
parent
160acc085a
commit
a819454647
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