Commit 19f21c59 authored by Hridoy Roy's avatar Hridoy Roy
Browse files

backport VAULT-672

parent bcdc2a96
Showing with 1 addition and 3 deletions
+1 -3
......@@ -8,7 +8,7 @@ import (
"time"
"github.com/armon/go-metrics"
"github.com/hashicorp/vault/helper/metricsutil"
"github.com/hashicorp/shared-secure-libs/metricsutil"
vaulthttp "github.com/hashicorp/vault/http"
"github.com/hashicorp/vault/vault"
)
......
......@@ -1465,8 +1465,6 @@ func NewTestCluster(t testing.T, base *CoreConfig, opts *TestClusterOptions) *Te
coreConfig.CounterSyncInterval = base.CounterSyncInterval
coreConfig.RecoveryMode = base.RecoveryMode
coreConfig.ActivityLogConfig = base.ActivityLogConfig
testApplyEntBaseConfig(coreConfig, base)
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment