diff --git a/command/agent/consul/connect_test.go b/command/agent/consul/connect_test.go index 11c80f391..af86be7e7 100644 --- a/command/agent/consul/connect_test.go +++ b/command/agent/consul/connect_test.go @@ -60,6 +60,17 @@ func TestConnect_newConnect(t *testing.T) { "bind_port": 3000, }, }, + Checks: api.AgentServiceChecks{ + { + Name: "Connect Sidecar Listening", + TCP: "192.168.30.1:3000", + Interval: "10s", + }, + { + Name: "Connect Sidecar Aliasing redis-service-id", + AliasService: "redis-service-id", + }, + }, }, asr.SidecarService) }) }