diff --git a/tests/test_ast_inference.py b/tests/test_ast_inference.py index a66aeb11c..81561dcc8 100644 --- a/tests/test_ast_inference.py +++ b/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", [