mirror of https://github.com/tiangolo/fastapi.git
🎨 Auto format
This commit is contained in:
parent
b31dd81f48
commit
fc420a592d
|
|
@ -306,6 +306,7 @@ 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