mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
fix test_vertex_ai_medlm_completion_cost
This commit is contained in:
parent
95a0f6839f
commit
d35aeb3f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ def test_vertex_ai_completion_cost():
|
|||
print("calculated_input_cost: {}".format(calculated_input_cost))
|
||||
|
||||
|
||||
# @pytest.mark.skip(reason="new test - WIP, working on fixing this")
|
||||
@pytest.mark.skip(reason="new test - WIP, working on fixing this")
|
||||
def test_vertex_ai_medlm_completion_cost():
|
||||
"""Test for medlm completion cost."""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue