mirror of https://github.com/tiangolo/fastapi.git
Merge branch 'feat/ast-response-inference' of https://github.com/g7AzaZLO/fastapi into feat/ast-response-inference
This commit is contained in:
commit
2d0161f183
|
|
@ -306,7 +306,6 @@ def test_openapi_schema_ast_inference():
|
||||||
assert arg_types_props["bool_val"]["type"] == "boolean"
|
assert arg_types_props["bool_val"]["type"] == "boolean"
|
||||||
assert arg_types_props["float_val"]["type"] == "number"
|
assert arg_types_props["float_val"]["type"] == "number"
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"func",
|
"func",
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue