mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Automatic style fix
This commit is contained in:
parent
f871949d85
commit
6d6e803cfb
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user