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 aa978cb commit 9aa16dfCopy full SHA for 9aa16df
1 file changed
tests/unit/schema/test_schemas.py
@@ -922,6 +922,7 @@ def test_object_with_invalid_properties(self, value):
922
'somestr': Schema('string'),
923
'someint': Schema('integer'),
924
},
925
+ additional_properties=False,
926
)
927
928
with pytest.raises(Exception):
0 commit comments