mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Port over bits (#3575)
This commit is contained in:
@@ -21,6 +21,7 @@ func TestParseSecret(t *testing.T) {
|
||||
],
|
||||
"wrap_info": {
|
||||
"token": "token",
|
||||
"accessor": "accessor",
|
||||
"ttl": 60,
|
||||
"creation_time": "2016-06-07T15:52:10-04:00",
|
||||
"wrapped_accessor": "abcd1234"
|
||||
@@ -46,6 +47,7 @@ func TestParseSecret(t *testing.T) {
|
||||
},
|
||||
WrapInfo: &SecretWrapInfo{
|
||||
Token: "token",
|
||||
Accessor: "accessor",
|
||||
TTL: 60,
|
||||
CreationTime: rawTime,
|
||||
WrappedAccessor: "abcd1234",
|
||||
|
||||
Reference in New Issue
Block a user