mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2026-01-08 13:11:55 +00:00
Updating for backend API change
This commit is contained in:
@@ -110,7 +110,7 @@ func Test(t TestT, c TestCase) {
|
||||
core, err := vault.NewCore(&vault.CoreConfig{
|
||||
Physical: physical.NewInmem(),
|
||||
LogicalBackends: map[string]logical.Factory{
|
||||
"test": func(map[string]string) (logical.Backend, error) {
|
||||
"test": func(*logical.BackendConfig) (logical.Backend, error) {
|
||||
return c.Backend, nil
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user