X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fmodel%2Fvalidate.py;fp=resources%2Flibraries%2Fpython%2Fmodel%2Fvalidate.py;h=ee82d3289f58c67e0a1b359a6987712d340f8a42;hp=47948addebb6d62b63b2166afb38b08853a0b36a;hb=0968ab87778dd1cad67a49315e2df49b0d076297;hpb=ee9f4b4433d3a4b72b9d3e43c480a56892e8c8b6 diff --git a/resources/libraries/python/model/validate.py b/resources/libraries/python/model/validate.py index 47948addeb..ee82d3289f 100644 --- a/resources/libraries/python/model/validate.py +++ b/resources/libraries/python/model/validate.py @@ -31,7 +31,7 @@ def get_validators(): :rtype: Mapping[str, jsonschema.validators.Validator] :raises RuntimeError: If schemas are not readable or not valid. """ - relative_path = "docs/model/current/schema/test_case.info.schema.yaml" + relative_path = "resources/model_schema/test_case.schema.yaml" # Robot is always started when CWD is CSIT_DIR. with open(relative_path, "rt", encoding="utf-8") as file_in: schema = json.loads(