add schema_version to tests lite
This commit is contained in:
parent
59e8db205d
commit
04e11586bf
|
@ -5,6 +5,7 @@
|
|||
"wbid": "YKPZ27NJ2NMRO4893M4L5NRZV5YJ1",
|
||||
"software": "Workbench",
|
||||
"version": "2022.03.00",
|
||||
"schema_version": "V1",
|
||||
"data": {
|
||||
"lshw": {
|
||||
"id": "wb",
|
||||
|
@ -1174,4 +1175,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Reference in New Issue