parent
3224bea082
commit
32f1e11b49
|
@ -106,6 +106,7 @@ func TestManager_BasicLifecycle(t *testing.T) {
|
||||||
// We should see the initial config delivered but not until after the
|
// We should see the initial config delivered but not until after the
|
||||||
// coalesce timeout
|
// coalesce timeout
|
||||||
expectSnap := &ConfigSnapshot{
|
expectSnap := &ConfigSnapshot{
|
||||||
|
Kind: structs.ServiceKindConnectProxy,
|
||||||
ProxyID: webProxy.ID,
|
ProxyID: webProxy.ID,
|
||||||
Address: webProxy.Address,
|
Address: webProxy.Address,
|
||||||
Port: webProxy.Port,
|
Port: webProxy.Port,
|
||||||
|
|
|
@ -149,6 +149,7 @@ func TestUpstreamNodes(t testing.T) structs.CheckServiceNodes {
|
||||||
func TestConfigSnapshot(t testing.T) *ConfigSnapshot {
|
func TestConfigSnapshot(t testing.T) *ConfigSnapshot {
|
||||||
roots, leaf := TestCerts(t)
|
roots, leaf := TestCerts(t)
|
||||||
return &ConfigSnapshot{
|
return &ConfigSnapshot{
|
||||||
|
Kind: structs.ServiceKindConnectProxy,
|
||||||
ProxyID: "web-sidecar-proxy",
|
ProxyID: "web-sidecar-proxy",
|
||||||
Address: "0.0.0.0",
|
Address: "0.0.0.0",
|
||||||
Port: 9999,
|
Port: 9999,
|
||||||
|
|
Loading…
Reference in a new issue