mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Pull over testhelpers change
This commit is contained in:
parent
289fc6f36b
commit
a282b4588a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue