mirror of https://github.com/status-im/consul.git
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.
This commit is contained in:
parent
6b860c926f
commit
25b585d0bf
|
@ -13,7 +13,7 @@
|
||||||
"id": "test-proxy",
|
"id": "test-proxy",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"namespace": "default",
|
"namespace": "default",
|
||||||
"envoy_version": "1.13.1"
|
"envoy_version": "1.14.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"static_resources": {
|
"static_resources": {
|
||||||
|
|
Loading…
Reference in New Issue