From c2a5ce669ce6c99043773045040b78ff4fb07ec1 Mon Sep 17 00:00:00 2001 From: itzzdev09 Date: Wed, 16 Sep 2026 11:13:47 +0530 Subject: [PATCH] test(execution): fix a typo in the ModelRefusalError fixture docstring LiteLTM -> LiteLLM --- tests/test_execution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_execution.py b/tests/test_execution.py index e8945ac8..f141fc95 100644 --- a/tests/test_execution.py +++ b/tests/test_execution.py @@ -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. """