fix(test_embedding.py): fix test

This commit is contained in:
Krrish Dholakia 2024-02-03 09:49:23 -08:00
parent d9ba8668f4
commit 1ba6882f76

View file

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