mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Use non-persistent Salter for logging test message (#22308)
* use non-persistent Salter for logging test message * adjust tests based on code changes to ProcessManual * suggestion for log test message fix (#22320) * clean up test code and fix misnamed elements --------- Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
This commit is contained in:
@@ -257,7 +257,7 @@ type Namespace struct {
|
||||
Path string `json:"path,omitempty"`
|
||||
}
|
||||
|
||||
// nonPersistentSalt is used for obtaining a salt that is
|
||||
// nonPersistentSalt is used for obtaining a salt that is not persisted.
|
||||
type nonPersistentSalt struct{}
|
||||
|
||||
// Backend interface must be implemented for an audit
|
||||
|
||||
Reference in New Issue
Block a user