From 923306b1baf58a1794222369e9189edbcc1c886a Mon Sep 17 00:00:00 2001 From: JunYang Date: Wed, 10 Mar 2021 23:33:57 +0800 Subject: [PATCH] Fix TestGetNodeAddresses function error. Signed-off-by: JunYang --- pkg/proxy/util/utils_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proxy/util/utils_test.go b/pkg/proxy/util/utils_test.go index b63463f64a5..6ae4bd67a50 100644 --- a/pkg/proxy/util/utils_test.go +++ b/pkg/proxy/util/utils_test.go @@ -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