Skip to content

Commit 5487011

Browse files
committed
Forgot an important one.
1 parent 5559a31 commit 5487011

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jsonschema/tests/test_validators.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,13 +964,15 @@ def test_boolean_schema_False(self):
964964
error.validator_value,
965965
error.instance,
966966
error.schema,
967+
error.schema_path,
967968
),
968969
(
969970
"False schema does not allow 12",
970971
None,
971972
None,
972973
12,
973974
False,
975+
deque([]),
974976
),
975977
)
976978

0 commit comments

Comments
 (0)