test: update test

This commit is contained in:
Krrish Dholakia 2025-10-12 21:57:55 -07:00
parent 04dc9d091c
commit 1949436047

View File

@ -281,6 +281,7 @@ def test_streaming_chunk_id_raw():
)
iterator = LiteLLMCompletionStreamingIterator(
model="test-model",
litellm_custom_stream_wrapper=AsyncMock(),
request_input="Test input",
responses_api_request={},