This commit is contained in:
Julian Berman 2016-10-15 09:01:18 -04:00
parent e5738b3c39
commit 19a37febe8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class TestCLI(unittest.TestCase):
def test_draft3_schema_draft4_validator(self): def test_draft3_schema_draft4_validator(self):
stdout, stderr = StringIO(), StringIO() stdout, stderr = StringIO(), StringIO()
with self.assertRaises(SchemaError): with self.assertRaises(SchemaError):
exit_code = cli.run( cli.run(
{ {
"validator": Draft4Validator, "validator": Draft4Validator,
"schema": { "schema": {