mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +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 = [
|
fixtures = [
|
||||||
'location',
|
'location',
|
||||||
'stock',
|
|
||||||
'part',
|
|
||||||
'category',
|
'category',
|
||||||
|
'part',
|
||||||
|
'stock'
|
||||||
]
|
]
|
||||||
|
|
||||||
token = None
|
token = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user