forked from phoenix/litellm-mirror
fix(test_embedding.py): fix test
This commit is contained in:
parent
d9ba8668f4
commit
1ba6882f76
1 changed files with 0 additions and 1 deletions
|
@ -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}")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue