From c29fb153da232bfba8e2003c683efbcc3b92d779 Mon Sep 17 00:00:00 2001 From: Siva Guruvareddiar Date: Mon, 15 Jan 2024 15:14:17 -0600 Subject: [PATCH] https://github.com/kedacore/keda/issues/2214 Signed-off-by: Siva Guruvareddiar --- .../aws/aws_managed_prometheus/aws_managed_prometheus_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scalers/aws/aws_managed_prometheus/aws_managed_prometheus_test.go b/tests/scalers/aws/aws_managed_prometheus/aws_managed_prometheus_test.go index 995e9b0aae2..2c0d6d69694 100644 --- a/tests/scalers/aws/aws_managed_prometheus/aws_managed_prometheus_test.go +++ b/tests/scalers/aws/aws_managed_prometheus/aws_managed_prometheus_test.go @@ -14,9 +14,10 @@ import ( "github.com/aws/aws-sdk-go-v2/credentials" "github.com/aws/aws-sdk-go-v2/service/amp" "github.com/joho/godotenv" - . "github.com/kedacore/keda/v2/tests/helper" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + + . "github.com/kedacore/keda/v2/tests/helper" ) // Load environment variables from .env file