We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd4a64 commit 3daaad4Copy full SHA for 3daaad4
mmv1/third_party/terraform/services/dns/resource_dns_policy_test.go
@@ -2,9 +2,10 @@ package dns_test
2
3
import (
4
"fmt"
5
- "github.com/hashicorp/terraform-provider-google/google/acctest"
6
"testing"
7
+ "github.com/hashicorp/terraform-provider-google/google/acctest"
8
+
9
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
10
)
11
@@ -91,7 +92,7 @@ func TestAccDNSPolicy_dnsPolicyDns64(t *testing.T) {
91
92
ImportState: true,
93
ImportStateVerify: true,
94
},
- {
95
+ {
96
Config: testAccDNSPolicy_dnsPolicyDns64Update(context),
97
98
{
0 commit comments