Skip to content

Commit

Permalink
Unroll abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
yorinasub17 committed Nov 12, 2021
1 parent f1cf960 commit cdaafce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cloudwatch_dashboard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestTimeFilterExclusionNewlyCreatedCloudWatchDashboard(t *testing.T) {
cwdbName := createCloudWatchDashboard(t, svc, region)
defer deleteCloudWatchDashboard(t, svc, cwdbName, true)

// Assert CWDB is picked up without filters
// Assert CloudWatch Dashboard is picked up without filters
cwdbNamesNewer, err := getAllCloudWatchDashboards(session, time.Now(), config.Config{})
require.NoError(t, err)
assert.Contains(t, aws.StringValueSlice(cwdbNamesNewer), aws.StringValue(cwdbName))
Expand Down

0 comments on commit cdaafce

Please sign in to comment.