mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-13 06:23:03 +00:00
test: include required in expected init_params_schema keys
tool_type computed field is legitimately required in the schema.
This commit is contained in:
@@ -97,6 +97,7 @@ def test_extract_init_params_schema(mock_tool_extractor):
|
||||
assert init_params_schema.keys() == {
|
||||
"$defs",
|
||||
"properties",
|
||||
"required",
|
||||
"title",
|
||||
"type",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user