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