Skip to content

Commit 2e0ff3d

Browse files
author
corneredrat
committed
fix unit tests
1 parent 429777e commit 2e0ff3d

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
@@ -157,7 +157,7 @@ func TestKubeEndpointConfiguration(t *testing.T) {
157157
name: "HOST_ADDRESS, KUBELET_PORT and KUBEPROXY_PORT override supplied",
158158
envConfig: map[string]string{
159159
"HOST_ADDRESS": "10.0.10.1",
160-
"KUBELET_PROXY": "12345",
160+
"KUBELET_PORT": "12345",
161161
"KUBEPROXY_PORT": "12346",
162162
},
163163
expectedKubeletEndpoint: "http://10.0.10.1:12345/healthz",

0 commit comments

Comments
 (0)