fix test render print label

This commit is contained in:
Cayo Puigdefabregas 2022-09-29 17:24:00 +02:00
parent f42ccba706
commit 6726d439bf
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ def test_label_details(user3: UserClientFlask):
user3.post(uri, data=data)
body, status = user3.get('/labels/tag1/')
assert "tag1" in body
assert "Print Label" in body