Merge pull request #100088 from yangjunmyfm192085/run-test27

Fix TestGetNodeAddresses function error.
This commit is contained in:
Kubernetes Prow Robot
2021-04-08 17:11:56 -07:00
committed by GitHub

View File

@@ -403,7 +403,7 @@ type InterfaceAddrsPair struct {
addrs []net.Addr
}
func TestGetNodeAddressses(t *testing.T) {
func TestGetNodeAddresses(t *testing.T) {
testCases := []struct {
cidrs []string
nw *fake.FakeNetwork