mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Automatic style fix
This commit is contained in:
parent
7ad8644349
commit
51519d4f5b
@ -219,7 +219,9 @@ def test_implicit_show_grants():
|
||||
)
|
||||
|
||||
instance.query("GRANT SELECT(x) ON test.table TO A")
|
||||
assert instance.query("SHOW GRANTS FOR A") == "GRANT SELECT(x) ON test.`table` TO A\n"
|
||||
assert (
|
||||
instance.query("SHOW GRANTS FOR A") == "GRANT SELECT(x) ON test.`table` TO A\n"
|
||||
)
|
||||
assert (
|
||||
instance.query(
|
||||
"select count() FROM system.databases WHERE name='test'", user="A"
|
||||
|
Loading…
Reference in New Issue
Block a user