mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
fix setup
This commit is contained in:
parent
5ab4fdeb84
commit
d2ea76d350
@ -89,7 +89,7 @@ class LabelTest(InvenTreeAPITestCase):
|
|||||||
"""Test label rendering"""
|
"""Test label rendering"""
|
||||||
|
|
||||||
# make sure the labels exsist
|
# make sure the labels exsist
|
||||||
LabelConfig.create_labels()
|
apps.get_app_config('label').create_labels()
|
||||||
|
|
||||||
labels = PartLabel.objects.all()
|
labels = PartLabel.objects.all()
|
||||||
part = PartLabel.objects.first()
|
part = PartLabel.objects.first()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user