From 4a86cb12c165783b5249d4ff17eabe8dffbfbd48 Mon Sep 17 00:00:00 2001 From: Kit Patella Date: Thu, 16 Apr 2020 16:37:25 -0700 Subject: [PATCH] config/runtime: fix an extra field in config sanitize --- agent/config/runtime_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/agent/config/runtime_test.go b/agent/config/runtime_test.go index e84c977890..febda423f0 100644 --- a/agent/config/runtime_test.go +++ b/agent/config/runtime_test.go @@ -6184,9 +6184,6 @@ func TestSanitize(t *testing.T) { "AEInterval": "0s", "AdvertiseAddrLAN": "", "AdvertiseAddrWAN": "", - "Audit": { - "enabled": false - }, "AutopilotCleanupDeadServers": false, "AutopilotDisableUpgradeMigration": false, "AutopilotLastContactThreshold": "0s",