diff --git a/jsonschema/tests/test_cli.py b/jsonschema/tests/test_cli.py index b390553..8095da9 100644 --- a/jsonschema/tests/test_cli.py +++ b/jsonschema/tests/test_cli.py @@ -63,7 +63,7 @@ class TestCLI(unittest.TestCase): def test_draft3_schema_draft4_validator(self): stdout, stderr = StringIO(), StringIO() with self.assertRaises(SchemaError): - exit_code = cli.run( + cli.run( { "validator": Draft4Validator, "schema": {