mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fixed the order of fixtures installation for testing
This commit is contained in:
parent
f2207cc6f8
commit
83309fd054
@ -102,9 +102,9 @@ class APITests(InvenTreeAPITestCase):
|
||||
|
||||
fixtures = [
|
||||
'location',
|
||||
'stock',
|
||||
'part',
|
||||
'category',
|
||||
'part',
|
||||
'stock'
|
||||
]
|
||||
|
||||
token = None
|
||||
|
Loading…
Reference in New Issue
Block a user