mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-20 00:13:53 -05:00
fix NewHCPLink call in TestClusterWithHCPLinkEnabled
This commit is contained in:
parent
a6ff6e9d2f
commit
2b8cbd645a
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ func TestClusterWithHCPLinkEnabled(t *testing.T, cluster *vault.TestCluster, ena
|
|||
|
||||
for _, c := range cluster.Cores {
|
||||
logger := c.Logger().Named("hcpLink")
|
||||
vaultHCPLink, err := hcp_link.NewHCPLink(hcpConfig, c.Core, logger)
|
||||
vaultHCPLink, err := hcp_link.NewHCPLink(hcpConfig, &configutil.HCPLinkTLSBundle{}, c.Core, logger)
|
||||
if err != nil {
|
||||
t.Fatalf("failed to start HCP link, %v", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue