From a12e98a3b83a59ef4628c079f07fa483ea3ec52b Mon Sep 17 00:00:00 2001 From: Vallery Lancey Date: Thu, 4 Apr 2019 17:09:39 -0700 Subject: [PATCH] Revert "Fixed old function signature in kube-proxy tests." This reverts commit 29ba1b03724ccdaf7f476792a94b73e7a3bd2522. --- pkg/proxy/ipvs/proxier_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proxy/ipvs/proxier_test.go b/pkg/proxy/ipvs/proxier_test.go index 5c37aad5c9d..3862124d47f 100644 --- a/pkg/proxy/ipvs/proxier_test.go +++ b/pkg/proxy/ipvs/proxier_test.go @@ -267,7 +267,7 @@ func TestCleanupLeftovers(t *testing.T) { fp.syncProxyRules() // test cleanup left over - if CleanupLeftovers(ipvs, ipt, ipset) { + if CleanupLeftovers(ipvs, ipt, ipset, true) { t.Errorf("Cleanup leftovers failed") } }