From 04d6190e8c47056d06a53f2ff64f77a2b530245b Mon Sep 17 00:00:00 2001 From: Piotr Tabor Date: Thu, 30 Sep 2021 13:56:33 +0200 Subject: [PATCH] Merge pull request #13375 from serathius/authority-3.5 Cherry pick "Fix http2 authority header in single endpoint scenario" to release-3.5 --- tests/integration/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/cluster.go b/tests/integration/cluster.go index b803da50ee8..5ab14bc61ff 100644 --- a/tests/integration/cluster.go +++ b/tests/integration/cluster.go @@ -38,7 +38,7 @@ import ( "go.etcd.io/etcd/client/pkg/v3/transport" "go.etcd.io/etcd/client/pkg/v3/types" "go.etcd.io/etcd/client/v2" - "go.etcd.io/etcd/client/v3" + clientv3 "go.etcd.io/etcd/client/v3" "go.etcd.io/etcd/pkg/v3/grpc_testing" "go.etcd.io/etcd/raft/v3" "go.etcd.io/etcd/server/v3/config"