From 69451f9667ce66c3c7c254e697a48c1b1d047b45 Mon Sep 17 00:00:00 2001 From: oleksandr-codefresh Date: Wed, 13 Nov 2024 19:10:02 +0200 Subject: [PATCH] reporter: fix lint issue --- event_reporter/reporter/application_event_reporter_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/event_reporter/reporter/application_event_reporter_test.go b/event_reporter/reporter/application_event_reporter_test.go index b2414628c4cdd6..650b455094492e 100644 --- a/event_reporter/reporter/application_event_reporter_test.go +++ b/event_reporter/reporter/application_event_reporter_test.go @@ -19,6 +19,9 @@ import ( "github.com/stretchr/testify/require" "k8s.io/apimachinery/pkg/watch" + "google.golang.org/grpc" + "k8s.io/apimachinery/pkg/runtime" + appclient "github.com/argoproj/argo-cd/v2/event_reporter/application" appMocks "github.com/argoproj/argo-cd/v2/event_reporter/application/mocks" "github.com/argoproj/argo-cd/v2/pkg/apiclient" @@ -26,8 +29,6 @@ import ( appv1reg "github.com/argoproj/argo-cd/v2/pkg/apis/application" repoapiclient "github.com/argoproj/argo-cd/v2/reposerver/apiclient" "github.com/argoproj/argo-cd/v2/util/io" - "google.golang.org/grpc" - "k8s.io/apimachinery/pkg/runtime" "github.com/argoproj/argo-cd/v2/event_reporter/metrics"