diff --git a/integration/helpers/instance.go b/integration/helpers/instance.go index 795d63ef34fc4..0d21ca3228030 100644 --- a/integration/helpers/instance.go +++ b/integration/helpers/instance.go @@ -498,7 +498,7 @@ func (i *TeleInstance) GenerateConfig(t *testing.T, trustedSecrets []*InstanceSe tconf.Proxy.PublicAddrs = []utils.NetAddr{ { AddrNetwork: "tcp", - Addr: i.Hostname, + Addr: i.Web, }, { AddrNetwork: "tcp",