Skip to content

Commit

Permalink
r/privtae_dns_srv_record: updating the test name to be lower-cased
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Nov 17, 2019
1 parent 206108d commit 4bb7e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_private_dns_srv_record_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ resource "azurerm_private_dns_zone" "test" {
}
resource "azurerm_private_dns_srv_record" "test" {
name = "testaccSRV%d"
name = "testaccsrv%d"
resource_group_name = "${azurerm_resource_group.test.name}"
zone_name = "${azurerm_private_dns_zone.test.name}"
ttl = 300
Expand Down

0 comments on commit 4bb7e7d

Please sign in to comment.