mirror of https://github.com/hashicorp/consul
Fix internal endpoint test
parent
d82e7e8c2a
commit
77bb2f1002
|
@ -776,12 +776,13 @@ func TestInternal_TerminatingGatewayServices(t *testing.T) {
|
||||||
KeyFile: "",
|
KeyFile: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Service: structs.NewServiceID("redis", nil),
|
Service: structs.NewServiceID("redis", nil),
|
||||||
Gateway: structs.NewServiceID("gateway", nil),
|
Gateway: structs.NewServiceID("gateway", nil),
|
||||||
GatewayKind: structs.ServiceKindTerminatingGateway,
|
GatewayKind: structs.ServiceKindTerminatingGateway,
|
||||||
CAFile: "ca.crt",
|
CAFile: "ca.crt",
|
||||||
CertFile: "client.crt",
|
CertFile: "client.crt",
|
||||||
KeyFile: "client.key",
|
KeyFile: "client.key",
|
||||||
|
FromWildcard: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue