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 5559a31 commit 5487011Copy full SHA for 5487011
jsonschema/tests/test_validators.py
@@ -964,13 +964,15 @@ def test_boolean_schema_False(self):
964
error.validator_value,
965
error.instance,
966
error.schema,
967
+ error.schema_path,
968
),
969
(
970
"False schema does not allow 12",
971
None,
972
973
12,
974
False,
975
+ deque([]),
976
977
)
978
0 commit comments