mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
refactor 'all' role
This commit is contained in:
@ -260,7 +260,7 @@ class PanelMixinTests(TestCase):
|
||||
'stock',
|
||||
]
|
||||
|
||||
roles = ['all']
|
||||
roles = 'all'
|
||||
|
||||
def test_installed(self):
|
||||
"""Test that the sample panel plugin is installed"""
|
||||
|
Reference in New Issue
Block a user