fix(test_embedding.py): fix test

This commit is contained in:
Krrish Dholakia 2024-02-03 09:49:23 -08:00
parent 3f23b18dad
commit d7ae8a2203

View file

@ -239,7 +239,6 @@ def test_vertexai_embedding():
input=["good morning from litellm", "this is another item"],
)
print(f"response:", response)
raise Exception("it worked!")
except Exception as e:
pytest.fail(f"Error occurred: {e}")