2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

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): def test_label_rendering(self):
"""Test label rendering""" """Test label rendering"""
labels = [PartLabel.objects.first(), ] labels = PartLabel.objects.all()
part = PartLabel.objects.first() part = PartLabel.objects.first()
for label in labels: for label in labels: