Merge pull request 'add `key-cert` to the list of data types which can be validated' (#1203) from gac-20211020/fix-key-cert-schema-validation into master

Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/1203
Reviewed-by: schema-checker <schema-checker@noreply.dn42.us>
This commit is contained in:
Simon Marsh 2021-10-20 08:54:44 +00:00
commit 02914133cc
1 changed files with 1 additions and 0 deletions

View File

@ -536,6 +536,7 @@ def test_policy(obj_type, name, mntner):
"as-set",
"schema",
"dns",
"key-cert",
]:
if obj_type == "organisation" and not name.startswith("ORG-"):
log.error("%s does not start with 'ORG-'" % (name))