mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
Change default TTL from 30 to 32 to accommodate monthly operations (#1942)
This commit is contained in:
@@ -38,7 +38,7 @@ func TestLogical(t *testing.T) {
|
||||
var nilWarnings interface{}
|
||||
expected := map[string]interface{}{
|
||||
"renewable": false,
|
||||
"lease_duration": json.Number(strconv.Itoa(int((30 * 24 * time.Hour) / time.Second))),
|
||||
"lease_duration": json.Number(strconv.Itoa(int((32 * 24 * time.Hour) / time.Second))),
|
||||
"data": map[string]interface{}{
|
||||
"data": "bar",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user