diff --git a/tests/test_litellm/llms/sap/chat/test_sap_transformation.py b/tests/test_litellm/llms/sap/chat/test_sap_transformation.py index 2af73a8d3d0..24062271be4 100644 --- a/tests/test_litellm/llms/sap/chat/test_sap_transformation.py +++ b/tests/test_litellm/llms/sap/chat/test_sap_transformation.py @@ -2,7 +2,7 @@ import pytest from pydantic import ValidationError class TestSAPTransformationIntegration: - """Integration tests for SAP transformation with parameter classification.""" + """Integration tests for SAP transformation.""" @pytest.fixture def mock_config(self):