Automatic style fix

This commit is contained in:
robot-clickhouse 2023-01-10 11:09:34 +00:00 committed by Ilya Yatsishin
parent f871949d85
commit 6d6e803cfb

View File

@ -80,7 +80,11 @@ EOF""",
["bash", "-c", "rm /etc/clickhouse-server/users.d/user_c.xml"]
)
expected_errors = ["no user with such name", "not found in user directories", "User has been dropped"]
expected_errors = [
"no user with such name",
"not found in user directories",
"User has been dropped",
]
while True:
out, err = instance.query_and_get_answer_with_error("SELECT 1", user="C")
found_error = [