Skip to content

Commit

Permalink
Update consul_dataplane_sidecar_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
woz5999 committed Apr 16, 2024
1 parent 2bae8a5 commit f20395b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func TestHandlerConsulDataplaneSidecar(t *testing.T) {
require.Equal(t, container.Env[4].Value, "$(POD_NAME)")
require.Equal(t, container.Env[5].Name, "DP_CREDENTIAL_LOGIN_META")
require.Equal(t, container.Env[5].Value, "pod=$(POD_NAMESPACE)/$(POD_NAME)")
require.Equal(t, container.Env[6].Name, "HOST_IP")
require.Equal(t, container.Env[7].Name, "HOST_IP")
})
}
}
Expand Down

0 comments on commit f20395b

Please sign in to comment.