try to fix test

This commit is contained in:
ortyomka 2024-10-21 00:47:08 +02:00
parent fbff949d72
commit 54af5c7ba7

View File

@ -5,8 +5,8 @@ import pytest
from helpers.cluster import ClickHouseCluster
from helpers.mock_servers import start_mock_servers
SERVER_HOSTNAME = "localhost"
SERVER_PORT = 5001
SERVER_HOSTNAME = "resolver"
SERVER_PORT = 8080
cluster = ClickHouseCluster(__file__)