diff --git a/command/agent_test.go b/command/agent_test.go index d3868d43a114..164dfb7ba969 100644 --- a/command/agent_test.go +++ b/command/agent_test.go @@ -2660,6 +2660,7 @@ listener "tcp" { "Samples", "Timestamp", "Gauges", + "PrecisionGauges", "Points", }) } diff --git a/command/proxy_test.go b/command/proxy_test.go index ef856e9127a6..223213769240 100644 --- a/command/proxy_test.go +++ b/command/proxy_test.go @@ -1828,6 +1828,7 @@ listener "tcp" { "Samples", "Timestamp", "Gauges", + "PrecisionGauges", "Points", }) }