add auditor
This commit is contained in:
parent
7329a88758
commit
97cc19276d
|
@ -705,7 +705,8 @@ func TestServer_Reload_TLS_Certificate_Invalid(t *testing.T) {
|
|||
}
|
||||
|
||||
agent := &Agent{
|
||||
config: agentConfig,
|
||||
auditor: &noOpAuditor{},
|
||||
config: agentConfig,
|
||||
}
|
||||
|
||||
newConfig := &Config{
|
||||
|
|
Loading…
Reference in New Issue