From cbe38cf0f91d1c0ac35a8fc36eb15809a5a323c3 Mon Sep 17 00:00:00 2001 From: Michal Pristas Date: Fri, 16 Jul 2021 11:50:09 +0200 Subject: [PATCH] fmt --- x-pack/elastic-agent/pkg/agent/operation/monitoring_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/elastic-agent/pkg/agent/operation/monitoring_test.go b/x-pack/elastic-agent/pkg/agent/operation/monitoring_test.go index a5137f1364a..b01f296e01d 100644 --- a/x-pack/elastic-agent/pkg/agent/operation/monitoring_test.go +++ b/x-pack/elastic-agent/pkg/agent/operation/monitoring_test.go @@ -10,9 +10,10 @@ import ( "testing" "time" - "github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/program" "github.com/stretchr/testify/require" + "github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/program" + "github.com/elastic/elastic-agent-client/v7/pkg/proto" "github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/info"