mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fix black quotes
This commit is contained in:
parent
143806d8ed
commit
fb90c57918
@ -19,7 +19,7 @@ def test_http_native_returns_timezone():
|
||||
# No timezone when no protocol version sent
|
||||
query = "SELECT toDateTime(1676369730, 'Asia/Shanghai') as dt FORMAT Native"
|
||||
raw = instance.http_query(query)
|
||||
assert raw.hex(" ", 2) == '0101 0264 7408 4461 7465 5469 6d65 425f eb63'
|
||||
assert raw.hex(" ", 2) == "0101 0264 7408 4461 7465 5469 6d65 425f eb63"
|
||||
|
||||
# Timezone available when protocol version sent
|
||||
raw = instance.http_query(query, params={"client_protocol_version": 54337})
|
||||
|
Loading…
Reference in New Issue
Block a user