Skip to content

Commit daf317b

Browse files
committed
addressed pr comment
1 parent 9638c62 commit daf317b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

internal/service/dns_config/api_auth_zone_resource_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -901,8 +901,6 @@ resource "bloxone_dns_auth_zone" "test" {
901901
`, fqdn, primaryType)
902902
}
903903

904-
// ...existing code...
905-
906904
func testAccAuthZoneCompartmentId(fqdn, primaryType, compartmentId string) string {
907905
return fmt.Sprintf(`
908906
resource "bloxone_dns_auth_zone" "test_compartment_id" {
@@ -913,8 +911,6 @@ resource "bloxone_dns_auth_zone" "test_compartment_id" {
913911
`, fqdn, primaryType, compartmentId)
914912
}
915913

916-
// ...existing code...
917-
918914
func testAccAuthZoneComment(fqdn, primaryType, comment string) string {
919915
return fmt.Sprintf(`
920916
resource "bloxone_dns_auth_zone" "test_comment" {

0 commit comments

Comments
 (0)