Browse Source

Merge branch 'feat/ast-response-inference' of https://github.com/g7AzaZLO/fastapi into feat/ast-response-inference

pull/14446/head
g7azazlo 8 months ago
parent
commit
2d0161f183
  1. 1
      tests/test_ast_inference.py

1
tests/test_ast_inference.py

@ -306,7 +306,6 @@ def test_openapi_schema_ast_inference():
assert arg_types_props["bool_val"]["type"] == "boolean"
assert arg_types_props["float_val"]["type"] == "number"
@pytest.mark.parametrize(
"func",
[

Loading…
Cancel
Save