Skip to content

Commit 3bb0832

Browse files
manycodingJulian
authored andcommitted
Add quotes back to False schema does not allow
1 parent ba27514 commit 3bb0832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema/tests/test_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def test_False_schema(self):
482482
schema=False,
483483
cls=validators.Draft7Validator,
484484
)
485-
self.assertIn("False schema does not allow something", message)
485+
self.assertIn("False schema does not allow 'something'", message)
486486

487487

488488
class TestValidationErrorDetails(TestCase):

0 commit comments

Comments
 (0)