Fix internal endpoint test

This commit is contained in:
freddygv 2020-04-17 15:47:08 -06:00
parent 8697ab71e4
commit 75e737b0f2
1 changed files with 7 additions and 6 deletions

View File

@ -776,12 +776,13 @@ func TestInternal_TerminatingGatewayServices(t *testing.T) {
KeyFile: "",
},
{
Service: structs.NewServiceID("redis", nil),
Gateway: structs.NewServiceID("gateway", nil),
GatewayKind: structs.ServiceKindTerminatingGateway,
CAFile: "ca.crt",
CertFile: "client.crt",
KeyFile: "client.key",
Service: structs.NewServiceID("redis", nil),
Gateway: structs.NewServiceID("gateway", nil),
GatewayKind: structs.ServiceKindTerminatingGateway,
CAFile: "ca.crt",
CertFile: "client.crt",
KeyFile: "client.key",
FromWildcard: true,
},
}