fix test print labels

This commit is contained in:
Cayo Puigdefabregas 2022-07-21 16:51:02 +02:00
parent 21dcb6c26d
commit ee49b4a2dd
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ def test_print_labels(user3: UserClientFlask):
assert status == '200 OK'
path = "/inventory/device/{}/".format(dev.devicehub_id)
assert path in body
assert "tag1" not in body
assert "tag1" in body
@pytest.mark.mvp