mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 03:00:54 +00:00
refactor 'all' role
This commit is contained in:
@ -18,7 +18,7 @@ class StockViewTestCase(InvenTreeTestCase):
|
||||
'stock',
|
||||
]
|
||||
|
||||
roles = ['all']
|
||||
roles = 'all'
|
||||
|
||||
|
||||
class StockListTest(StockViewTestCase):
|
||||
|
Reference in New Issue
Block a user