mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
test(test_completion_cost.py): cleanup test
This commit is contained in:
parent
52a2f5150c
commit
15b226ca4f
1 changed files with 1 additions and 2 deletions
|
|
@ -472,7 +472,7 @@ def test_replicate_llama3_cost_tracking():
|
|||
assert cost == expected_cost
|
||||
|
||||
|
||||
@pytest.mark.parametrize("is_streaming", [True]) # False
|
||||
@pytest.mark.parametrize("is_streaming", [True, False]) #
|
||||
def test_groq_response_cost_tracking(is_streaming):
|
||||
from litellm.utils import (
|
||||
ModelResponse,
|
||||
|
|
@ -517,4 +517,3 @@ def test_groq_response_cost_tracking(is_streaming):
|
|||
assert response_cost > 0.0
|
||||
|
||||
print(f"response_cost: {response_cost}")
|
||||
assert False
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue