Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Fixed old function signature in kube-proxy tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vallery Lancey committed Apr 4, 2019
1 parent 4f1bb2b commit 29ba1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/proxy/ipvs/proxier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func TestCleanupLeftovers(t *testing.T) {
fp.syncProxyRules()

// test cleanup left over
if CleanupLeftovers(ipvs, ipt, ipset, true) {
if CleanupLeftovers(ipvs, ipt, ipset) {
t.Errorf("Cleanup leftovers failed")
}
}
Expand Down

0 comments on commit 29ba1b0

Please sign in to comment.