mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
activate barcode tests
This commit is contained in:
parent
9a69f125a9
commit
fa8a726399
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user