style check correction in test.py

This commit is contained in:
root 2022-08-18 20:34:24 -07:00 committed by Mallik Hassan
parent 3ced3c9933
commit 84a617675d

View File

@ -82,7 +82,8 @@ def valiade_everything(config, node, config_type):
config, logs, config_type
)
def test_structured_logging_json_format2(start_cluster):
def test_structured_logging_json_format(start_cluster):
config_all_keys = node_all_keys.exec_in_container(
["cat", "/etc/clickhouse-server/config.d/config_all_keys_json.xml"]
)