mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-09 21:30:54 +00:00
refactor 'all' role
This commit is contained in:
@@ -16,9 +16,7 @@ class CompanyViewTestBase(InvenTreeTestCase):
|
||||
'supplier_part',
|
||||
]
|
||||
|
||||
roles = [
|
||||
'all',
|
||||
]
|
||||
roles = 'all'
|
||||
|
||||
|
||||
class CompanyViewTest(CompanyViewTestBase):
|
||||
|
Reference in New Issue
Block a user