tests: test agent to use a noop auditor
This commit is contained in:
parent
b33dbe539b
commit
c7cf60c837
|
@ -833,8 +833,9 @@ func TestServer_Reload_TLS_DowngradeFromTLS(t *testing.T) {
|
|||
}
|
||||
|
||||
agent := &Agent{
|
||||
logger: logger,
|
||||
config: agentConfig,
|
||||
logger: logger,
|
||||
config: agentConfig,
|
||||
auditor: &noOpAuditor{},
|
||||
}
|
||||
|
||||
newConfig := &Config{
|
||||
|
|
Loading…
Reference in New Issue