[config] fix using same key multiple times with 'apply' (#7127)
This commit is contained in:
@@ -168,6 +168,7 @@ class TestConfig(unittest.TestCase):
|
||||
options = (
|
||||
(("b",) , "c", [1, 2, 3]),
|
||||
(("e", "f"), "g", 234),
|
||||
(("e", "f"), "g", 234),
|
||||
)
|
||||
|
||||
self.assertEqual(config.get(("b",) , "c"), "text")
|
||||
|
||||
Reference in New Issue
Block a user