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