activate barcode tests

This commit is contained in:
Matthias 2022-05-11 04:08:26 +02:00
parent 9a69f125a9
commit fa8a726399
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

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: