From b2653046025b49adcccaee74ad450344bbf46c3e Mon Sep 17 00:00:00 2001 From: Ulbrich Robert Date: Mon, 9 Sep 2024 15:19:35 +0200 Subject: [PATCH] Running gci for file Signed-off-by: Ulbrich Robert --- .../async/notifications/implementations/smtp_emailer_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flyteadmin/pkg/async/notifications/implementations/smtp_emailer_test.go b/flyteadmin/pkg/async/notifications/implementations/smtp_emailer_test.go index be664331f9..320a3c6ea4 100644 --- a/flyteadmin/pkg/async/notifications/implementations/smtp_emailer_test.go +++ b/flyteadmin/pkg/async/notifications/implementations/smtp_emailer_test.go @@ -4,12 +4,13 @@ import ( "context" "testing" + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/mock" + "github.com/flyteorg/flyte/flyteadmin/pkg/runtime/interfaces" "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/admin" "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks" "github.com/flyteorg/flyte/flytestdlib/promutils" - "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/mock" ) func getNotificationsEmailerConfig() interfaces.NotificationsConfig {