Skip to content

Commit ba27514

Browse files
manycodingJulian
authored andcommitted
Fix test_False_schema
1 parent 8a5d0dc commit ba27514

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)