Skip to content

Commit

Permalink
Fix Cloudwatch Scaler test data (#2444)
Browse files Browse the repository at this point in the history
Signed-off-by: or-shachar <[email protected]>
  • Loading branch information
or-shachar authored Jan 6, 2022
1 parent 4fb7e07 commit 65985c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scalers/aws_cloudwatch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var testAWSCloudwatchMetadata = []parseAWSCloudwatchMetadataTestData{
"Missing namespace"},
// Missing dimensionName
{map[string]string{
"dimensionName": "QueueName",
"namespace": "AWS/SQS",
"dimensionValue": "keda",
"metricName": "ApproximateNumberOfMessagesVisible",
"targetMetricValue": "2",
Expand Down

0 comments on commit 65985c2

Please sign in to comment.