Skip to content

Commit

Permalink
Merge pull request #713 from terraform-providers/update-metadata-count
Browse files Browse the repository at this point in the history
Update TestAccCloudflareRecord_Basic metadata count
  • Loading branch information
jacobbednarz authored Jun 16, 2020
2 parents b1cdbb0 + 71577d6 commit c3e16f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare/resource_cloudflare_record_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestAccCloudflareRecord_Basic(t *testing.T) {
resource.TestCheckResourceAttr(
resourceName, "ttl", "3600"),
resource.TestCheckResourceAttr(
resourceName, "metadata.%", "3"),
resourceName, "metadata.%", "4"),
resource.TestCheckResourceAttr(
resourceName, "metadata.auto_added", "false"),
),
Expand Down

0 comments on commit c3e16f0

Please sign in to comment.