-
-
Notifications
You must be signed in to change notification settings - Fork 594
Closed
Description
Dear friends,
I have wrote the following test case in test_jsonschema_test_suite.py in class TestDraft4.
def test_valid_object(self):
self.assertTrue(validate({'resource_id': 'esportes'},
{"title": "Some schema",
"type": "object",
"properties": {
"resource_id": {
"type": "string"
}
}
}))
Failing with:
E AssertionError: None is not True
This instance and json-schema pass validation in [1]
[1] http://json-schema-validator.herokuapp.com/
Metadata
Metadata
Assignees
Labels
No labels