mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Add log gathering to debug command. (#10609)
This commit is contained in:
@@ -685,6 +685,7 @@ func TestDebugCommand_PartialPermissions(t *testing.T) {
|
||||
case fh.Name == filepath.Join(basePath, "index.json"):
|
||||
case fh.Name == filepath.Join(basePath, "replication_status.json"):
|
||||
case fh.Name == filepath.Join(basePath, "server_status.json"):
|
||||
case fh.Name == filepath.Join(basePath, "vault.log"):
|
||||
default:
|
||||
return fmt.Errorf("unexpected file: %s", fh.Name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user