From eaf0c05217a01dd24a092544264e70c70c143e1d Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Thu, 20 Apr 2023 15:02:55 -0700 Subject: [PATCH] backport of commit f42b1de80b88aedaaf8271368c377701ed80ad1e (#17079) Co-authored-by: R.B. Boyer --- .../test/consul_envoy_version/consul_envoy_version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/consul-container/test/consul_envoy_version/consul_envoy_version.go b/test/integration/consul-container/test/consul_envoy_version/consul_envoy_version.go index 3f56fa4ea6..72c4964ffb 100644 --- a/test/integration/consul-container/test/consul_envoy_version/consul_envoy_version.go +++ b/test/integration/consul-container/test/consul_envoy_version/consul_envoy_version.go @@ -34,7 +34,7 @@ func main() { sort.Sort(sort.Reverse(sort.StringSlice(cev.EnvoyVersions))) ceVersions := consulEnvoyVersions{ - ConsulVersion: string(cVersion), + ConsulVersion: cVersion, EnvoyVersions: cev.EnvoyVersions, } output, err := json.Marshal(ceVersions)