mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Rejig Lease terminology internally; also, put a few JSON names back to their original values
This commit is contained in:
@@ -75,9 +75,9 @@ func TestLeaseExtend(t *testing.T) {
|
||||
req := &logical.Request{
|
||||
Auth: &logical.Auth{
|
||||
LeaseOptions: logical.LeaseOptions{
|
||||
TTL: 1 * time.Hour,
|
||||
LeaseIssue: now,
|
||||
LeaseIncrement: tc.Request,
|
||||
TTL: 1 * time.Hour,
|
||||
IssueTime: now,
|
||||
Increment: tc.Request,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user