test/stages/groups: fix gid to be a number

According to the schema the "gid" option is a number not a string.
This commit is contained in:
Christian Kellner 2020-04-25 12:42:51 +02:00
parent 3f0ced73ed
commit 554d8dc868

View file

@ -825,7 +825,7 @@
"options": { "options": {
"groups": { "groups": {
"testgroup": { "testgroup": {
"gid": "42042" "gid": 42042
} }
} }
} }