We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5738b3 commit 19a37feCopy full SHA for 19a37fe
1 file changed
jsonschema/tests/test_cli.py
@@ -63,7 +63,7 @@ class TestCLI(unittest.TestCase):
63
def test_draft3_schema_draft4_validator(self):
64
stdout, stderr = StringIO(), StringIO()
65
with self.assertRaises(SchemaError):
66
- exit_code = cli.run(
+ cli.run(
67
{
68
"validator": Draft4Validator,
69
"schema": {
0 commit comments