From 1ba6882f7608363c5e770939c0a2e984ce30cad2 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 3 Feb 2024 09:49:23 -0800 Subject: [PATCH] fix(test_embedding.py): fix test --- litellm/tests/test_embedding.py | 1 - 1 file changed, 1 deletion(-) 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}")