mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
test(logging): drop docstring from terminal event pricing test
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
f7b11b3430
commit
2f6a9eb073
1 changed files with 0 additions and 2 deletions
|
|
@ -7470,8 +7470,6 @@ def test_get_assembled_streaming_response_without_usage_cost_leaves_pricing_to_t
|
|||
|
||||
|
||||
def test_response_cost_calculator_prices_terminal_responses_event_from_its_response():
|
||||
"""A terminal Responses stream event carries no usage itself; pricing must unwrap
|
||||
it so the stored cost_breakdown is not overwritten with zeros."""
|
||||
logging_obj: Final = _responses_stream_logging_obj()
|
||||
inner_response: Final = ResponsesAPIResponse(
|
||||
id="resp-priced",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue