pre-commit-ci-lite[bot]
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
tests/test_ast_inference.py
|
|
|
@ -306,6 +306,7 @@ 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", |
|
|
|
[ |
|
|
|
|