Skip to content

Commit 3ae0f18

Browse files
Remove mocker
1 parent 9b53646 commit 3ae0f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parser/test_properties/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ def test_build_model_property_conflict():
11301130
assert err == PropertyError(detail='Attempted to generate duplicate models with name "OtherModel"', data=data)
11311131

11321132

1133-
def test_build_model_property_bad_prop(mocker):
1133+
def test_build_model_property_bad_prop():
11341134
from openapi_python_client.parser.properties import Schemas, build_model_property
11351135

11361136
data = oai.Schema(

0 commit comments

Comments
 (0)