Automatic style fix

This commit is contained in:
robot-clickhouse 2022-10-01 11:55:58 +00:00
parent 3afec69021
commit 26ad8b2f13

View File

@ -130,7 +130,7 @@ def test_disks_app_func_cp(started_cluster):
"path1",
]
)
source.exec_in_container(
[
"/usr/bin/clickhouse",
@ -148,7 +148,7 @@ def test_disks_app_func_cp(started_cluster):
)
assert "path1" not in out
out = source.exec_in_container(
["/usr/bin/clickhouse", "disks", "--send-logs", "--disk", "test1", "list", "."]
)