mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 12:07:54 +00:00
WriteOperation -> UpdateOperation
This commit is contained in:
@@ -206,7 +206,7 @@ func Test(t TestT, c TestCase) {
|
||||
if resp != nil && resp.Secret != nil {
|
||||
// Revoke this secret later
|
||||
revoke = append(revoke, &logical.Request{
|
||||
Operation: logical.WriteOperation,
|
||||
Operation: logical.UpdateOperation,
|
||||
Path: "sys/revoke/" + resp.Secret.LeaseID,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user