Skip to content

Commit

Permalink
Revert "Update asserted TestAccCloudflareRecord_LOC string"
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Jul 9, 2020
1 parent 98b35d5 commit 89387b9
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 @@ -133,7 +133,7 @@ func TestAccCloudflareRecord_LOC(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
testAccCheckCloudflareRecordExists(resourceName, &record),
resource.TestCheckResourceAttr(
resourceName, "value", "37 46 46 N 122 23 35 W 0 100 0 0"),
resourceName, "value", "37 46 46.000 N 122 23 35.000 W 0.00m 100.00m 0.00m 0.00m"),
resource.TestCheckResourceAttr(
resourceName, "proxiable", "false"),
resource.TestCheckResourceAttr(
Expand Down

0 comments on commit 89387b9

Please sign in to comment.