mirror of https://github.com/hashicorp/consul
Fix internal endpoint test
parent
d82e7e8c2a
commit
77bb2f1002
|
@ -782,6 +782,7 @@ func TestInternal_TerminatingGatewayServices(t *testing.T) {
|
||||||
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