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:
parent
3f0ced73ed
commit
554d8dc868
1 changed files with 1 additions and 1 deletions
|
|
@ -825,7 +825,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"groups": {
|
"groups": {
|
||||||
"testgroup": {
|
"testgroup": {
|
||||||
"gid": "42042"
|
"gid": 42042
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue