diff --git a/pkg/healthchecker/types/types_test.go b/pkg/healthchecker/types/types_test.go index 36e35872..9b2a6098 100644 --- a/pkg/healthchecker/types/types_test.go +++ b/pkg/healthchecker/types/types_test.go @@ -171,7 +171,7 @@ func TestKubeEndpointConfiguration(t *testing.T) { } kubeProxyHCEndpoint := KubeProxyHealthCheckEndpoint() kubeletHCEndpoint := KubeletHealthCheckEndpoint() - + setKubeEndpoints() assert.Equal(t, kubeProxyHCEndpoint, test.expectedKubeProxyEndpoint) assert.Equal(t, kubeletHCEndpoint, test.expectedKubeletEndpoint) })