Automatic style fix

This commit is contained in:
robot-clickhouse 2024-05-29 11:05:47 +00:00
parent 92e004394d
commit 4112efc2ce

View File

@ -11,6 +11,7 @@ NAMED_COLLECTIONS_CONFIG = os.path.join(
ZK_PATH = "/named_collections_path"
@pytest.fixture(scope="module")
def cluster():
try:
@ -65,6 +66,7 @@ def cluster():
finally:
cluster.shutdown()
def replace_in_server_config(node, old, new):
node.replace_in_config(
"/etc/clickhouse-server/config.d/named_collections.xml",