diff --git a/tests/integration/helpers/cluster.py b/tests/integration/helpers/cluster.py index cd5867f972a..c1fe8e7ef0d 100644 --- a/tests/integration/helpers/cluster.py +++ b/tests/integration/helpers/cluster.py @@ -1657,7 +1657,7 @@ class ClickHouseInstance: "UserName": "postgres", "Password": "mysecretpassword", "Port": str(self.cluster.postgres_port), - "Servername": self.cluster.postgres_ip, + "Servername": self.cluster.postgres_host, "Protocol": "9.3", "ReadOnly": "No", "RowVersioning": "No",