Skip to content

Commit

Permalink
Make test erb-ized
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Dec 10, 2019
1 parent 700d0aa commit 2f8fdf0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<% autogen_exception -%>
package google

import (
Expand All @@ -24,8 +25,10 @@ func TestAccDataSourceDnsManagedZone_basic(t *testing.T) {
map[string]struct{}{
"dnssec_config.#": {},
"private_visibility_config.#": {},
<% unless version == "ga" -%>
"peering_config.#": {},
"forwarding_config.#": {},
<% end -%>
},
),
},
Expand Down

0 comments on commit 2f8fdf0

Please sign in to comment.