2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

activate barcode tests

This commit is contained in:
Matthias
2022-05-11 04:08:26 +02:00
parent 9a69f125a9
commit fa8a726399

View File

@ -91,7 +91,7 @@ class LabelTest(InvenTreeAPITestCase):
def test_label_rendering(self):
"""Test label rendering"""
labels = [PartLabel.objects.first(), ]
labels = PartLabel.objects.all()
part = PartLabel.objects.first()
for label in labels: