mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
269bca27e9
commit
a32486cfbd
@ -22,7 +22,7 @@ class SettingsMixinTest(BaseMixinDefinition, TestCase):
|
|||||||
MIXIN_NAME = 'settings'
|
MIXIN_NAME = 'settings'
|
||||||
MIXIN_ENABLE_CHECK = 'has_settings'
|
MIXIN_ENABLE_CHECK = 'has_settings'
|
||||||
|
|
||||||
TEST_SETTINGS = {'setting1': {'default': '123',}}
|
TEST_SETTINGS = {'setting1': {'default': '123', }}
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
class SettingsCls(SettingsMixin, IntegrationPluginBase):
|
class SettingsCls(SettingsMixin, IntegrationPluginBase):
|
||||||
|
Loading…
Reference in New Issue
Block a user