From 6e8c993e08dd69340f5d7007323694a943cddca8 Mon Sep 17 00:00:00 2001 From: Vasilisa Parshikova Date: Mon, 23 Mar 2026 21:20:11 +0400 Subject: [PATCH] (sap) commit for rerun bot review --- tests/test_litellm/llms/sap/chat/test_sap_transformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):