diff --git a/tests/test_litellm/integrations/test_langfuse_otel.py b/tests/test_litellm/integrations/test_langfuse_otel.py index 8c7f44b6270..bdf6fb33d10 100644 --- a/tests/test_litellm/integrations/test_langfuse_otel.py +++ b/tests/test_litellm/integrations/test_langfuse_otel.py @@ -1041,7 +1041,7 @@ class TestLangfuseOtelResponsesAPI: mock_span = MagicMock() - with patch( + with patch( # test-quality-ok: the span attribute sink is the observable boundary; sibling tests in this class stub the same seam "litellm.integrations.arize._utils.safe_set_attribute" ) as mock_safe_set_attribute: LangfuseOtelLogger._set_langfuse_specific_attributes(mock_span, kwargs, response_obj)