mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 03:12:43 +00:00
drop user
This commit is contained in:
parent
46204de733
commit
fd41df296e
@ -50,3 +50,4 @@ def test_settings_from_server(started_cluster):
|
||||
node.query("create user u identified with plaintext_password by '' settings date_time_output_format='unix_timestamp'")
|
||||
res = node.query("select toDateTime64('1970-01-02 00:00:00', 0)", user='u')
|
||||
assert res == '86400\n'
|
||||
node.query("drop user u")
|
||||
|
Loading…
Reference in New Issue
Block a user