Fix lint
This commit is contained in:
parent
bd53d4a410
commit
618a9cbc57
@ -91,7 +91,7 @@ class TestConfigParser:
|
|||||||
'general', 'ignore-case', 'general', 'private-browsing'),
|
'general', 'ignore-case', 'general', 'private-browsing'),
|
||||||
# Across sections
|
# Across sections
|
||||||
({'general': {'ignore-case': '${network:do-not-track}'},
|
({'general': {'ignore-case': '${network:do-not-track}'},
|
||||||
'network': {'do-not-track': 'false'}},
|
'network': {'do-not-track': 'false'}},
|
||||||
'general', 'ignore-case', 'network', 'do-not-track'),
|
'general', 'ignore-case', 'network', 'do-not-track'),
|
||||||
])
|
])
|
||||||
def test_interpolation(self, objects, config, sect1, opt1, sect2, opt2):
|
def test_interpolation(self, objects, config, sect1, opt1, sect2, opt2):
|
||||||
|
Loading…
Reference in New Issue
Block a user