add schema_version to tests lite

This commit is contained in:
Cayo Puigdefabregas 2022-04-08 11:36:39 +02:00
parent 59e8db205d
commit 04e11586bf
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,7 @@
"wbid": "YKPZ27NJ2NMRO4893M4L5NRZV5YJ1",
"software": "Workbench",
"version": "2022.03.00",
"schema_version": "V1",
"data": {
"lshw": {
"id": "wb",

View File

@ -1021,6 +1021,7 @@ def test_snapshot_wb_lite_old_snapshots(user: UserClient):
'wbid': 'MLKO1',
'software': 'Workbench',
'version': '2022.03.00',
"schema_version": "V1",
'data': {
'lshw': lshw,
'hwinfo': hwinfo,
@ -1079,6 +1080,7 @@ def test_snapshot_errors(user: UserClient):
'wbid': 'MLKO1',
'software': 'Workbench',
'version': '2022.03.00',
"schema_version": "V1",
'data': {
'lshw': lshw,
'hwinfo': hwinfo,