Fix schema test

This commit is contained in:
Johannes Kirschbauer
2024-07-14 13:52:21 +02:00
parent 7bbe63a525
commit ad321976ff
5 changed files with 8 additions and 9 deletions

View File

@@ -95,7 +95,7 @@ def machine_schema(
}};
options = fakeMachine.options{"." + ".".join(option_path) if option_path else ""};
jsonschemaLib = import {Path(__file__).parent / "jsonschema"} {{ inherit lib; }} {{}};
jsonschema = jsonschemaLib.parseOptions options;
jsonschema = jsonschemaLib.parseOptions options {{}};
in
jsonschema
""",