mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
schema tests: fix: test_upgrade_from children are sha1, can start with a digit...
This commit is contained in:
parent
8a38101abb
commit
6bb7a11d4d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
"required": [],
|
||||
"additionalProperties": false,
|
||||
"patternProperties": {
|
||||
"^[a-z][a-z0-9_]*$": {
|
||||
"^[a-z0-9_]*$": {
|
||||
"type": "object",
|
||||
"required": [],
|
||||
"additionalProperties": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue