This commit is contained in:
Cayo Puigdefabregas 2022-04-08 12:25:17 +02:00
parent 2471fa90cf
commit bd3befa0af
1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ def test_snapshot_wb_lite_old_snapshots(user: UserClient):
}
body11, res = user.post(snapshot_11, res=Snapshot)
bodyLite, res = user.post(snapshot_lite, res=Snapshot)
bodyLite, res = user.post(snapshot_lite, uri="/api/inventory/")
components11 = []
componentsLite = []
for c in body11.get('components', []):