mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
unexport as much as possible in the audit package (#28039)
This commit is contained in:
@@ -114,7 +114,7 @@ func TestSocketBackend_newSocketBackend(t *testing.T) {
|
||||
},
|
||||
MountPath: tc.mountPath,
|
||||
}
|
||||
b, err := newSocketBackend(cfg, &NoopHeaderFormatter{})
|
||||
b, err := newSocketBackend(cfg, &noopHeaderFormatter{})
|
||||
|
||||
if tc.wantErr {
|
||||
require.Error(t, err)
|
||||
|
||||
Reference in New Issue
Block a user