diff --git a/tests/test_separate_input_output_schema_fals_with_nested_computed_field.py b/tests/test_separate_input_output_schema_fals_with_nested_computed_field.py index cf033e40c..f6f56558a 100644 --- a/tests/test_separate_input_output_schema_fals_with_nested_computed_field.py +++ b/tests/test_separate_input_output_schema_fals_with_nested_computed_field.py @@ -211,6 +211,13 @@ def test_openapi(client: TestClient): "title": "Error Type", "type": "string", }, + "ctx": { + "title": "Context", + "type": "object", + }, + "input": { + "title": "Input", + }, }, "required": [ "loc",