From 6bb7a11d4dfda6bf5f6d511ea92a5435f20b0acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 26 Aug 2023 11:19:22 +0200 Subject: [PATCH] schema tests: fix: test_upgrade_from children are sha1, can start with a digit... --- schemas/tests.v1.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/tests.v1.schema.json b/schemas/tests.v1.schema.json index ae49c2a7..b354aacc 100644 --- a/schemas/tests.v1.schema.json +++ b/schemas/tests.v1.schema.json @@ -56,7 +56,7 @@ "required": [], "additionalProperties": false, "patternProperties": { - "^[a-z][a-z0-9_]*$": { + "^[a-z0-9_]*$": { "type": "object", "required": [], "additionalProperties": false,