Fixed the order of fixtures installation for testing

This commit is contained in:
rocheparadox 2021-10-30 08:16:42 +05:30
parent f2207cc6f8
commit 83309fd054

View File

@ -102,9 +102,9 @@ class APITests(InvenTreeAPITestCase):
fixtures = [
'location',
'stock',
'part',
'category',
'part',
'stock'
]
token = None