mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
another pep check
This commit is contained in:
parent
699db12b24
commit
bd42fea5fa
@ -143,7 +143,7 @@ class PluginDetailAPITest(InvenTreeAPITestCase):
|
||||
plg = fixtures.first()
|
||||
mixin_dict = plg.mixins()
|
||||
self.assertIn('base', mixin_dict)
|
||||
self.assertDictContainsSubset({'base' :{'key' :'base', 'human_name': 'base'}}, mixin_dict)
|
||||
self.assertDictContainsSubset({'base': {'key': 'base', 'human_name': 'base'}}, mixin_dict)
|
||||
|
||||
# check reload on save
|
||||
with self.assertWarns(Warning) as cm:
|
||||
|
Loading…
Reference in New Issue
Block a user