summaryrefslogtreecommitdiff
path: root/jsonschema/tests/test_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/tests/test_cli.py')
-rw-r--r--jsonschema/tests/test_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/tests/test_cli.py b/jsonschema/tests/test_cli.py
index fa29b48..ce2d298 100644
--- a/jsonschema/tests/test_cli.py
+++ b/jsonschema/tests/test_cli.py
@@ -699,7 +699,7 @@ class TestCLI(TestCase):
schema = f'{{"$ref": "{ref_path.name}#definitions/num"}}'
self.assertOutputs(
- files=dict(some_schema=schema, some_instance='1'),
+ files=dict(some_schema=schema, some_instance="1"),
argv=[
"-i", "some_instance",
"--base-uri", ref_path.parent.as_uri() + "/",