mirror of https://github.com/hashicorp/consul
Fixup test
parent
b21224a4c8
commit
d6db67ef86
|
@ -393,7 +393,7 @@ func TestDecodeConfigEntry(t *testing.T) {
|
||||||
MeshGateway: MeshGatewayConfig{Mode: "remote"},
|
MeshGateway: MeshGatewayConfig{Mode: "remote"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
UpstreamDefaults: UpstreamConfig{
|
UpstreamDefaults: &UpstreamConfig{
|
||||||
EnvoyClusterJSON: "zip",
|
EnvoyClusterJSON: "zip",
|
||||||
EnvoyListenerJSON: "zop",
|
EnvoyListenerJSON: "zop",
|
||||||
Protocol: "http",
|
Protocol: "http",
|
||||||
|
|
Loading…
Reference in New Issue