Merge pull request #2991 from matmair/not-working-tests

Static test fixes
This commit is contained in:
Oliver
2022-05-20 20:46:28 +10:00
committed by GitHub
8 changed files with 78 additions and 27 deletions

View File

@ -15,7 +15,6 @@ def apps():
"""
return [
'barcode',
'build',
'common',
'company',
@ -24,8 +23,9 @@ def apps():
'part',
'report',
'stock',
'InvenTree',
'users',
'plugin',
'InvenTree',
]