mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
Fix test
This commit is contained in:
@@ -65,7 +65,9 @@ func TestAppRole_TidyDanglingAccessors(t *testing.T) {
|
||||
t.Fatalf("bad: len(accessorHashes); expect 3, got %d", len(accessorHashes))
|
||||
}
|
||||
|
||||
_, err = b.tidySecretID(context.Background(), storage)
|
||||
_, err = b.tidySecretID(context.Background(), &logical.Request{
|
||||
Storage: storage,
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user