this should already happen in SetUp

This commit is contained in:
Matthias 2022-05-19 00:21:33 +02:00
parent 99f3fc814d
commit 254c2ccca0
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -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()