Skip to content

Commit c2a14d9

Browse files
woz5999nathancoleman
authored andcommitted
backport of commit f20395b
1 parent 03f5c5d commit c2a14d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control-plane/connect-inject/webhookv2/consul_dataplane_sidecar_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ func TestHandlerConsulDataplaneSidecar(t *testing.T) {
229229
require.Equal(t, container.Env[4].Value, "$(POD_NAME)")
230230
require.Equal(t, container.Env[5].Name, "DP_CREDENTIAL_LOGIN_META")
231231
require.Equal(t, container.Env[5].Value, "pod=$(POD_NAMESPACE)/$(POD_NAME)")
232-
require.Equal(t, container.Env[6].Name, "HOST_IP")
232+
require.Equal(t, container.Env[7].Name, "HOST_IP")
233233
})
234234
}
235235
}

0 commit comments

Comments
 (0)