Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Apr 9, 2022
1 parent b6fc6e5 commit 5204f36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/service/configservice/config_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ func testAccConfigRule_ownerPolicy(t *testing.T) {
acctest.MatchResourceAttrRegionalARN(resourceName, "arn", "config", regexp.MustCompile("config-rule/config-rule-[a-z0-9]+$")),
resource.TestCheckResourceAttr(resourceName, "name", rName),
resource.TestMatchResourceAttr(resourceName, "rule_id", regexp.MustCompile("config-rule-[a-z0-9]+$")),
resource.TestCheckResourceAttr(resourceName, "description", "Terraform Acceptance tests"),
resource.TestCheckResourceAttr(resourceName, "source.#", "1"),
resource.TestCheckResourceAttr(resourceName, "source.0.owner", "CUSTOM_POLICY"),
resource.TestCheckResourceAttr(resourceName, "source.0.source_detail.#", "1"),
Expand Down

0 comments on commit 5204f36

Please sign in to comment.