Browse Source

Update tests

pull/17888/head
josh 1 year ago
parent
commit
aed6a00693
  1. 6
      command/connect/envoy/bootstrap_config_test.go
  2. 3
      command/connect/envoy/testdata/telemetry-collector.golden

6
command/connect/envoy/bootstrap_config_test.go

@ -539,7 +539,8 @@ const (
"envoy_grpc": {
"cluster_name": "consul_telemetry_collector_loopback"
}
}
},
"emit_tags_as_labels": true
}
}`
@ -638,7 +639,8 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) {
"envoy_grpc": {
"cluster_name": "consul_telemetry_collector_loopback"
}
}
},
"emit_tags_as_labels": true
}
}`,
StaticClustersJSON: `{

3
command/connect/envoy/testdata/telemetry-collector.golden vendored

@ -89,7 +89,8 @@
"envoy_grpc": {
"cluster_name": "consul_telemetry_collector_loopback"
}
}
},
"emit_tags_as_labels": true
}
}
],

Loading…
Cancel
Save