diff --git a/litellm/tests/test_embedding.py b/litellm/tests/test_embedding.py index 9b3b34bfe..565e86fc2 100644 --- a/litellm/tests/test_embedding.py +++ b/litellm/tests/test_embedding.py @@ -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}")