tests: test agent to use a noop auditor

This commit is contained in:
Mahmood Ali 2020-03-25 08:30:44 -04:00
parent b33dbe539b
commit c7cf60c837
1 changed files with 3 additions and 2 deletions

View File

@ -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{