test(execution): fix a typo in the ModelRefusalError fixture docstring

LiteLTM -> LiteLLM
This commit is contained in:
itzzdev09 2026-09-16 11:13:47 +05:30
parent 4d0f08930e
commit c2a5ce669c

View file

@ -32,7 +32,7 @@ _NO_STREAM_EVENTS: list[Any] = []
class _SdkRefusalStream:
"""A stream where the SDK itself raises ModelRefusalError, not a content item.
Some providers (observed with Gemini through LiteLTM) surface a content-
Some providers (observed with Gemini through LiteLLM) surface a content-
filter refusal this way instead of the structured `refusal` content item
that OpenAI-compatible providers use.
"""