diff options
Diffstat (limited to 'ipatests/test_integration/test_testconfig.py')
-rw-r--r-- | ipatests/test_integration/test_testconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/test_testconfig.py b/ipatests/test_integration/test_testconfig.py index 849356c8b..5d3aad024 100644 --- a/ipatests/test_integration/test_testconfig.py +++ b/ipatests/test_integration/test_testconfig.py @@ -82,7 +82,7 @@ def extend_dict(defaults, *others, **kwargs): return copy.deepcopy(result) -class CheckConfig(object): +class CheckConfig: def check_config(self, conf): pass |