mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
try to fix test
This commit is contained in:
parent
fbff949d72
commit
54af5c7ba7
@ -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__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user