test: fix freq, passno types everywhere

Both 'freq' and 'passno' org.osbuild.fstab2 stage options need to
be of type int, not string.
This commit is contained in:
Christian Kellner 2020-04-25 11:13:09 +02:00
parent f81ae9c4c3
commit e036f86119
2 changed files with 4 additions and 4 deletions

View file

@ -914,8 +914,8 @@
"uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
"vfs_type": "ext4",
"path": "/",
"freq": "1",
"passno": "1"
"freq": 1,
"passno": 1
}
]
}