diff --git a/test/test_target.py b/test/test_target.py index 13bc6d12..b01e62e2 100644 --- a/test/test_target.py +++ b/test/test_target.py @@ -130,7 +130,7 @@ def test_save_and_load_feather_without_store_index_in_feather(self): def test_save_and_load_config_file(self): obj = LuigiConfigParser() - obj['DEFAULT'] = {'a': '1', 'b': 'yes', 'c': 2} + obj['common'] = {'a': '1', 'b': 'yes', 'c': 2} obj['example'] = {} obj['example']['d'] = 'foo' obj['example']['e'] = 'true'