Fix : test_sap_chat[False]

This commit is contained in:
Sameer Kankute 2026-01-05 16:56:22 +05:30
parent 840617de73
commit 935824e4f9

View file

@ -101,6 +101,7 @@ class BaseConfig(ABC):
),
)
and v is not None
and not callable(v) # Filter out any callable objects including mocks
}
def get_json_schema_from_pydantic_object(