Skip to content

Commit

Permalink
Fix 'TestAccCloudWatchMetricStream_namePrefix'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Dec 13, 2022
1 parent 9c2e9e7 commit 70c1916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/cloudwatch/metric_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ resource "aws_cloudwatch_metric_stream" "test" {
firehose_arn = aws_kinesis_firehose_delivery_stream.s3_stream.arn
output_format = "json"
}
`, rName))
`, namePrefix))
}

func testAccMetricStreamConfig_updateARN(rName string) string {
Expand Down

0 comments on commit 70c1916

Please sign in to comment.