mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Fix up unit tests to expect new values
This commit is contained in:
@@ -168,7 +168,7 @@ func TestLogical_CreateToken(t *testing.T) {
|
||||
"policies": []interface{}{"root"},
|
||||
"metadata": nil,
|
||||
"lease_duration": float64(0),
|
||||
"renewable": false,
|
||||
"renewable": true,
|
||||
},
|
||||
"warnings": nilWarnings,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user