return to the original state of dummy

This commit is contained in:
Cayo Puigdefabregas 2022-06-17 11:25:24 +02:00
parent 559e926626
commit 3afdf3ea0b
1 changed files with 2 additions and 4 deletions

View File

@ -200,11 +200,9 @@ class Dummy:
assert len(inventory['items'])
i, _ = user1.get(res=Device, query=[('search', 'intel')])
# assert 12 == len(i['items'])
assert 4 == len(i['items'])
assert 12 == len(i['items'])
i, _ = user1.get(res=Device, query=[('search', 'pc')])
# assert 14 == len(i['items'])
assert 5 == len(i['items'])
assert 14 == len(i['items'])
# Let's create a set of actions for the pc device
# Make device Ready