diff --git a/InvenTree/part/test_views.py b/InvenTree/part/test_views.py index 98f3e0ec94..8865fe9e63 100644 --- a/InvenTree/part/test_views.py +++ b/InvenTree/part/test_views.py @@ -11,7 +11,10 @@ class PartViewTestCase(TestCase): fixtures = [ 'category', 'part', + 'bom', 'location', + 'company', + 'supplier_part', ] def setUp(self):