drop check in dummy

This commit is contained in:
Cayo Puigdefabregas 2022-07-21 14:01:20 +02:00
parent d0bfb9644d
commit 60e46fae7b
1 changed files with 4 additions and 4 deletions

View File

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