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 64f43a1 commit afb82c6Copy full SHA for afb82c6
tests/unit/cli/test_schemas.py
@@ -17,4 +17,4 @@ def test_check_schema_builtin(name):
17
18
# get the correct validator class and check the schema under its metaschema
19
validator_cls = jsonschema.validators.validator_for(schema)
20
- _check_schema(validator_cls, schema, regex_impl=regex_impl)
+ _check_schema(validator_cls, schema, regex_impl=regex_impl)
0 commit comments