Sync a few things over
This commit is contained in:
parent
04ef36da6c
commit
3b0dc5b507
|
@ -84,6 +84,7 @@ ui/connect.lock
|
|||
ui/coverage/*
|
||||
ui/libpeerconnection.log
|
||||
ui/npm-debug.log
|
||||
ui/test-reports/*
|
||||
ui/testem.log
|
||||
|
||||
# used for JS acceptance tests
|
||||
|
|
|
@ -268,6 +268,7 @@ func ConfClusterAndCore(t testing.T, conf *vault.CoreConfig, opts *vault.TestClu
|
|||
"local-kv": PassthroughWithLocalPathsFactory,
|
||||
"leased-kv": vault.LeasedPassthroughBackendFactory,
|
||||
}
|
||||
vault.AddNoopAudit(&coreConfig)
|
||||
cluster := vault.NewTestCluster(t, &coreConfig, opts)
|
||||
cluster.Start()
|
||||
|
||||
|
|
Loading…
Reference in New Issue