fix dummy

This commit is contained in:
Cayo Puigdefabregas 2023-02-02 10:58:09 +01:00
parent 6fc6402397
commit 4055365bc9
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class Dummy:
user1.get(res=Device, item=sample_pc_devicehub_id) # Test
anonymous = self.app.test_client()
html, _ = anonymous.get(res=Device, item=sample_pc_devicehub_id, accept=ANY)
assert 'intel core2 duo cpu' in html
assert 'hewlett-packard' in html
# For netbook: to preapre -> torepair -> to dispose -> disposed
print('⭐ Done.')