Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Pickerill <[email protected]>
  • Loading branch information
robpickerill committed Apr 4, 2024
1 parent c6dc524 commit 0dc9b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import (
"github.com/aws/aws-sdk-go-v2/service/cloudwatch"
"github.com/aws/aws-sdk-go-v2/service/cloudwatch/types"
"github.com/joho/godotenv"
v1alpha1Api "github.com/kedacore/keda/v2/apis/keda/v1alpha1"
"github.com/stretchr/testify/assert"

v1alpha1Api "github.com/kedacore/keda/v2/apis/keda/v1alpha1"
. "github.com/kedacore/keda/v2/tests/helper"
)

Expand Down Expand Up @@ -139,7 +139,6 @@ var (
cloudwatchMetricNamespace = "DoesNotExist"
cloudwatchMetricDimensionName = "dimensionName"
cloudwatchMetricDimensionValue = "dimensionValue"
maxReplicaCount = 2
minReplicaCount = 0
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import (
"github.com/aws/aws-sdk-go-v2/service/cloudwatch"
"github.com/aws/aws-sdk-go-v2/service/cloudwatch/types"
"github.com/joho/godotenv"
v1alpha1Api "github.com/kedacore/keda/v2/apis/keda/v1alpha1"
"github.com/stretchr/testify/assert"

v1alpha1Api "github.com/kedacore/keda/v2/apis/keda/v1alpha1"
. "github.com/kedacore/keda/v2/tests/helper"
)

Expand Down Expand Up @@ -138,7 +138,6 @@ var (
cloudwatchMetricNamespace = "DoesNotExist"
cloudwatchMetricDimensionName = "dimensionName"
cloudwatchMetricDimensionValue = "dimensionValue"
maxReplicaCount = 2
minReplicaCount = 0
minMetricValueReplicaCount = 1
)
Expand Down

0 comments on commit 0dc9b77

Please sign in to comment.