diff --git a/dbms/tests/integration/helpers/cluster.py b/dbms/tests/integration/helpers/cluster.py index 103e408f3f5..5e270f61a8f 100644 --- a/dbms/tests/integration/helpers/cluster.py +++ b/dbms/tests/integration/helpers/cluster.py @@ -183,7 +183,7 @@ class ClickHouseInstance: self.client = None self.default_timeout = 20.0 # 20 sec - # Conntects to the instance via clickhouse-client, sends a query (1st argument) and returns the answer + # Connects to the instance via clickhouse-client, sends a query (1st argument) and returns the answer def query(self, *args, **kwargs): return self.client.query(*args, **kwargs)