Follow up for #67843

This commit is contained in:
Ilya Yatsishin 2024-08-07 20:36:23 +02:00 committed by GitHub
parent ac4bed2f42
commit 7341dcefd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,5 +80,3 @@ EOF""",
instance.query(f"SHOW GRANTS FOR `{user_id}`")
== f"GRANT SELECT ON mydb.* TO `{user_id}`\n"
)
instance.stop_clickhouse()
instance.start_clickhouse()