Automatic style fix

This commit is contained in:
robot-clickhouse 2024-02-22 10:15:46 +00:00
parent 0eefab131d
commit 595ac95a5b

View File

@ -660,6 +660,7 @@ def test_endpoint_new_container(cluster):
assert 10 == int(node.query("SELECT count() FROM test")) assert 10 == int(node.query("SELECT count() FROM test"))
def test_endpoint_without_prefix(cluster): def test_endpoint_without_prefix(cluster):
node = cluster.instances[NODE_NAME] node = cluster.instances[NODE_NAME]
account_name = "devstoreaccount1" account_name = "devstoreaccount1"