From d5c22f373e221143749c04a871fe58a29c8494d5 Mon Sep 17 00:00:00 2001 From: oleksandr-codefresh Date: Tue, 1 Oct 2024 16:21:01 +0300 Subject: [PATCH] event-reporter: fix lint issues --- event_reporter/reporter/app_revision_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/event_reporter/reporter/app_revision_test.go b/event_reporter/reporter/app_revision_test.go index b669cae5f8f56..4b9611738432f 100644 --- a/event_reporter/reporter/app_revision_test.go +++ b/event_reporter/reporter/app_revision_test.go @@ -10,6 +10,7 @@ import ( "github.com/argoproj/argo-cd/v2/pkg/apiclient/application" "github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1" "github.com/argoproj/argo-cd/v2/server/cache" + "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" )