test(test_completion.py): fix test

This commit is contained in:
Krrish Dholakia 2024-04-25 14:07:07 -07:00
parent 5f8d88d363
commit caf1e28ba3

View file

@ -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}")