summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_checker_logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/unittest_checker_logging.py')
-rw-r--r--pylint/test/unittest_checker_logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/unittest_checker_logging.py b/pylint/test/unittest_checker_logging.py
index 62891af0b..a1c111c9e 100644
--- a/pylint/test/unittest_checker_logging.py
+++ b/pylint/test/unittest_checker_logging.py
@@ -63,7 +63,7 @@ class TestLoggingModuleDetection(CheckerTestCase):
with self.assertAddsMessages(Message("logging-not-lazy", node=stmts[1])):
self.checker.visit_call(stmts[1])
- @set_config(logging_format_style="{")
+ @set_config(logging_format_style="new")
def test_brace_format_style(self):
stmts = astroid.extract_node(
"""