From a6e889b25eb6e7221f7325f298b4ae4c067c10bb Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 12 May 2022 00:04:29 +0200 Subject: [PATCH] pep fix --- InvenTree/plugin/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/plugin/test_api.py b/InvenTree/plugin/test_api.py index 5bb680a68a..445c371f54 100644 --- a/InvenTree/plugin/test_api.py +++ b/InvenTree/plugin/test_api.py @@ -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: