additional test fixes
This commit is contained in:
parent
e1d4797561
commit
be85ae11ca
|
@ -71,6 +71,8 @@ func TestClustersFromSnapshot(t *testing.T) {
|
|||
})
|
||||
snap.ConnectProxy.UpstreamConfig = map[string]*structs.Upstream{
|
||||
"db": {
|
||||
// The local bind port is overridden by the escape hatch, but is required for explicit upstreams.
|
||||
LocalBindPort: 9191,
|
||||
Config: map[string]interface{}{
|
||||
"envoy_cluster_json": customAppClusterJSON(t, customClusterJSONOptions{
|
||||
Name: "myservice",
|
||||
|
|
|
@ -327,6 +327,8 @@ func TestEndpointsFromSnapshot(t *testing.T) {
|
|||
})
|
||||
snap.ConnectProxy.UpstreamConfig = map[string]*structs.Upstream{
|
||||
"db": {
|
||||
// The local bind port is overridden by the escape hatch, but is required for explicit upstreams.
|
||||
LocalBindPort: 9191,
|
||||
Config: map[string]interface{}{
|
||||
"envoy_cluster_json": customAppClusterJSON(t, customClusterJSONOptions{
|
||||
Name: "myservice",
|
||||
|
|
Loading…
Reference in New Issue