mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-03 02:00:36 +00:00
fix test for kube endpoints
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user