mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
this should already happen in SetUp
This commit is contained in:
parent
99f3fc814d
commit
254c2ccca0
@ -88,9 +88,6 @@ class LabelTest(InvenTreeAPITestCase):
|
||||
def test_label_rendering(self):
|
||||
"""Test label rendering"""
|
||||
|
||||
# make sure the labels exsist
|
||||
apps.get_app_config('label').create_labels()
|
||||
|
||||
labels = PartLabel.objects.all()
|
||||
part = PartLabel.objects.first()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user