Skip to content

Commit

Permalink
Fix bugged tests (hashicorp#28257)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwilcox9 authored Dec 12, 2024
1 parent 357ce22 commit e04e6eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/services/dns/dns_cname_record_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ resource "azurerm_dns_zone" "test" {
}
resource "azurerm_dns_cname_record" "test" {
name = "myarecord%d"
name = "mycnamerecord%d"
resource_group_name = azurerm_resource_group.test.name
zone_name = azurerm_dns_zone.test.name
ttl = 300
Expand Down
4 changes: 2 additions & 2 deletions internal/services/dns/dns_zone_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ provider "azurerm" {
}
resource "azurerm_resource_group" "test" {
name = "acctestRG-dns-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand All @@ -258,7 +258,7 @@ provider "azurerm" {
}
resource "azurerm_resource_group" "test" {
name = "acctestRG-dns-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down

0 comments on commit e04e6eb

Please sign in to comment.