Skip to content

Commit d88e0dd

Browse files
author
corneredrat
committed
fix test for kube endpoints
1 parent a117c0c commit d88e0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/healthchecker/types/types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func TestKubeEndpointConfiguration(t *testing.T) {
171171
}
172172
kubeProxyHCEndpoint := KubeProxyHealthCheckEndpoint()
173173
kubeletHCEndpoint := KubeletHealthCheckEndpoint()
174-
174+
setKubeEndpoints()
175175
assert.Equal(t, kubeProxyHCEndpoint, test.expectedKubeProxyEndpoint)
176176
assert.Equal(t, kubeletHCEndpoint, test.expectedKubeletEndpoint)
177177
})

0 commit comments

Comments
 (0)