fixed tests
This commit is contained in:
parent
46c639c5d6
commit
47c690479c
|
@ -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)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue