mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
fix broken tests
This commit is contained in:
@@ -32,5 +32,5 @@ func (d StaticSystemView) MaxLeaseTTL() time.Duration {
|
||||
}
|
||||
|
||||
func (d StaticSystemView) SudoPrivilege(path, policy string) bool {
|
||||
return false
|
||||
return policy == "root"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user