fixing other orther of tags

This commit is contained in:
Cayo Puigdefabregas 2021-10-23 15:01:50 +02:00
parent 2dd1a3cfd5
commit 3531f607da
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ def test_workbench_server_condensed(user: UserClient):
assert device['rate']['type'] == RateComputer.t
# TODO JN why haven't same order in actions on each execution?
assert device['actions'][2]['type'] == BenchmarkProcessor.t or device['actions'][2]['type'] == BenchmarkRamSysbench.t
assert device['tags'][0]['id'] == 'tag1'
assert 'tag1' in [x['id'] for x in device['tags']]
@pytest.mark.xfail(reason='Functionality not yet developed.')