Skip to content

Commit cd2dfbe

Browse files
committed
wip
1 parent 39eff86 commit cd2dfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebundles/aws-c7n-service-usage/sli.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Check for AWS Service Usage Exceeding defined threshold in AWS Account `${AWS_AC
2727
... secret__aws_secret_access_key=${AWS_SECRET_ACCESS_KEY}
2828
${count}= RW.CLI.Run Cli
2929
... cmd=cat ${OUTPUT_DIR}/aws-c7n-service-usage/service-usage/metadata.json | jq '.metrics[] | select(.MetricName == "ResourceCount") | .Value'
30-
RW.Core.Push Metric Convert to Number ${count.stdout} 2
30+
RW.Core.Push Metric ${count.stdout}
3131

3232
** Keywords ***
3333
Suite Initialization

0 commit comments

Comments
 (0)