Merge pull request #121045 from my-git9/fixetcdutk

kubeadm: fix wrong ut for util/etcd
This commit is contained in:
Kubernetes Prow Robot 2023-10-08 07:03:01 +02:00 committed by GitHub
commit 10827a193a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ func TestGetClientURL(t *testing.T) {
}
func TestGetPeerURL(t *testing.T) {
testGetURL(t, GetClientURL, constants.EtcdListenClientPort)
testGetURL(t, GetPeerURL, constants.EtcdListenPeerPort)
}
func TestGetClientURLByIP(t *testing.T) {