From 97cc19276d011c658fb7ca349b7cb6e8093645f4 Mon Sep 17 00:00:00 2001 From: Drew Bailey <2614075+drewbailey@users.noreply.github.com> Date: Wed, 25 Mar 2020 10:48:23 -0400 Subject: [PATCH] add auditor --- command/agent/agent_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/command/agent/agent_test.go b/command/agent/agent_test.go index 6950da55b..0cbd42846 100644 --- a/command/agent/agent_test.go +++ b/command/agent/agent_test.go @@ -705,7 +705,8 @@ func TestServer_Reload_TLS_Certificate_Invalid(t *testing.T) { } agent := &Agent{ - config: agentConfig, + auditor: &noOpAuditor{}, + config: agentConfig, } newConfig := &Config{