Skip to content

Commit

Permalink
Merge pull request #1201 from terraform-providers/paddy_managed_zone_…
Browse files Browse the repository at this point in the history
…tests

Fix managed zone tests.
  • Loading branch information
paddycarver authored Mar 15, 2018
2 parents 0ecc366 + dd70d26 commit 016baaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/resource_dns_managed_zone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ func testAccDnsManagedZone_basic() string {
return fmt.Sprintf(`
resource "google_dns_managed_zone" "foobar" {
name = "mzone-test-%s"
dns_name = "hashicorptest.com."
}`, acctest.RandString(10))
dns_name = "tf-acctest-%s.hashicorptest.com."
}`, acctest.RandString(10), acctest.RandString(10))
}

0 comments on commit 016baaa

Please sign in to comment.