Fix integration test

This commit is contained in:
Dmitry Novik 2024-01-12 09:40:15 +01:00 committed by GitHub
parent 7187fa5be2
commit e3aed6ba4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()