Commit 4bbde0ea authored by Mahmood Ali's avatar Mahmood Ali
Browse files

tests: test agent to use a noop auditor

Showing with 3 additions and 2 deletions
+3 -2
......@@ -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{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment