mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Fix integration test
This commit is contained in:
parent
7187fa5be2
commit
e3aed6ba4e
@ -892,7 +892,7 @@ def test_mysql_point(started_cluster):
|
||||
)
|
||||
)
|
||||
assert (
|
||||
"(15, 20)"
|
||||
"(15,20)"
|
||||
== node1.query(
|
||||
f"SELECT point FROM mysql('mysql57:3306', 'clickhouse', '{table_name}', 'root', 'clickhouse')"
|
||||
).strip()
|
||||
|
Loading…
Reference in New Issue
Block a user