1
0

Sync a few things over

This commit is contained in:
Jeff Mitchell 2019-04-13 00:04:44 -04:00
parent 250733e980
commit fccfeef238
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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()