Browse Source

Fix test

pull/14490/head
Yurii Motov 4 months ago
parent
commit
249a51a6bf
  1. 7
      tests/test_separate_input_output_schema_fals_with_nested_computed_field.py

7
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",

Loading…
Cancel
Save