mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 21:38:48 +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…
x
Reference in New Issue
Block a user