2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-10 05:40:55 +00:00

refactor 'all' role

This commit is contained in:
Matthias Mair
2022-05-20 17:43:51 +02:00
parent 9f922f06ff
commit a148dbf303
7 changed files with 21 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ class BomExportTest(InvenTreeTestCase):
'bom',
]
roles = ['all']
roles = 'all'
def setUp(self):
super().setUp()

View File

@@ -17,7 +17,7 @@ class PartViewTestCase(TestCase):
'supplier_part',
]
roles = ['all']
roles = 'all'
def setUp(self):
super().setUp()