mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 13:35:40 +00:00
this should already happen in SetUp
This commit is contained in:
@ -88,9 +88,6 @@ class LabelTest(InvenTreeAPITestCase):
|
|||||||
def test_label_rendering(self):
|
def test_label_rendering(self):
|
||||||
"""Test label rendering"""
|
"""Test label rendering"""
|
||||||
|
|
||||||
# make sure the labels exsist
|
|
||||||
apps.get_app_config('label').create_labels()
|
|
||||||
|
|
||||||
labels = PartLabel.objects.all()
|
labels = PartLabel.objects.all()
|
||||||
part = PartLabel.objects.first()
|
part = PartLabel.objects.first()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user