Browse Source

Fix golden file for envoy tests

The envoy version was updated after the PR which added this test was opened, and
merged before the test was merged, so it ended up with the wrong version.
pull/7639/head
Daniel Nephin 5 years ago
parent
commit
25b585d0bf
  1. 2
      command/connect/envoy/testdata/CONSUL_HTTP_ADDR-with-https-scheme-enables-tls.golden

2
command/connect/envoy/testdata/CONSUL_HTTP_ADDR-with-https-scheme-enables-tls.golden vendored

@ -13,7 +13,7 @@
"id": "test-proxy",
"metadata": {
"namespace": "default",
"envoy_version": "1.13.1"
"envoy_version": "1.14.1"
}
},
"static_resources": {

Loading…
Cancel
Save