mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 22:06:28 +00:00
Merge pull request #2991 from matmair/not-working-tests
Static test fixes
This commit is contained in:
4
tasks.py
4
tasks.py
@ -15,7 +15,6 @@ def apps():
|
||||
"""
|
||||
|
||||
return [
|
||||
'barcode',
|
||||
'build',
|
||||
'common',
|
||||
'company',
|
||||
@ -24,8 +23,9 @@ def apps():
|
||||
'part',
|
||||
'report',
|
||||
'stock',
|
||||
'InvenTree',
|
||||
'users',
|
||||
'plugin',
|
||||
'InvenTree',
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user