Skip to content

Commit

Permalink
Removes stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Jun 1, 2020
1 parent 6840bad commit fcc7273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_cloudtrail_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ func testAccAWSCloudTrail_event_selector(t *testing.T) {
CheckDestroy: testAccCheckAWSCloudTrailDestroy,
Steps: []resource.TestStep{
{
Config: testAccAWSCloudTrailConfig_eventSelector(cloudTrailRandInt), // FLAG
Config: testAccAWSCloudTrailConfig_eventSelector(cloudTrailRandInt),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(resourceName, "event_selector.#", "1"),
resource.TestCheckResourceAttr(resourceName, "event_selector.0.data_resource.#", "1"),
Expand Down

0 comments on commit fcc7273

Please sign in to comment.