fix test print label in test_render
This commit is contained in:
parent
43f1d4e209
commit
b5a738c44a
|
@ -419,7 +419,7 @@ def test_print_labels(user3: UserClientFlask):
|
|||
body, status = user3.post(uri, data=data)
|
||||
|
||||
assert status == '200 OK'
|
||||
path = "/inventory/device/{}/".format(dev.devicehub_id)
|
||||
path = "/devices/{}".format(dev.devicehub_id)
|
||||
assert path in body
|
||||
assert "tag1" in body
|
||||
|
||||
|
|
Reference in New Issue