WriteOperation -> UpdateOperation

This commit is contained in:
Jeff Mitchell
2016-01-07 10:30:47 -05:00
parent ae8d8e453f
commit 45e32756ea
86 changed files with 299 additions and 299 deletions

View File

@@ -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,
})
}