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
commit 611a2d9d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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