From a282b4588a61af0377aaa6ed9bd10d25a41386e1 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 25 Jul 2019 08:33:12 -0400 Subject: [PATCH] Pull over testhelpers change --- helper/testhelpers/testhelpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/testhelpers/testhelpers.go b/helper/testhelpers/testhelpers.go index 3c8d84b877..01b6dfa915 100644 --- a/helper/testhelpers/testhelpers.go +++ b/helper/testhelpers/testhelpers.go @@ -461,7 +461,7 @@ func (r *ReplicatedTestClustersBuilder) enablePerfPrimary(t testing.T) { func (r *ReplicatedTestClustersBuilder) getPerformanceToken(t testing.T) { client := r.clusters.PerfPrimaryCluster.Cores[0].Client req := map[string]interface{}{ - "id": "perf-secondary", + "id": r.clusters.PerfSecondaryCluster.ID, } secret, err := client.Logical().Write("sys/replication/performance/primary/secondary-token", req) if err != nil {