We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b53646 commit 3ae0f18Copy full SHA for 3ae0f18
tests/test_parser/test_properties/test_init.py
@@ -1130,7 +1130,7 @@ def test_build_model_property_conflict():
1130
assert err == PropertyError(detail='Attempted to generate duplicate models with name "OtherModel"', data=data)
1131
1132
1133
-def test_build_model_property_bad_prop(mocker):
+def test_build_model_property_bad_prop():
1134
from openapi_python_client.parser.properties import Schemas, build_model_property
1135
1136
data = oai.Schema(
0 commit comments