fix: builder and sdk changes #81
1 changed files with 0 additions and 3 deletions
|
|
@ -188,7 +188,6 @@ func TestAccInstanceReApply(t *testing.T) {
|
||||||
PreCheck: func() {
|
PreCheck: func() {
|
||||||
testAccPreCheck(t)
|
testAccPreCheck(t)
|
||||||
t.Logf(" ... working on instance %s", exData.TfName)
|
t.Logf(" ... working on instance %s", exData.TfName)
|
||||||
testInstances = append(testInstances, exData.TfName)
|
|
||||||
},
|
},
|
||||||
ProtoV6ProviderFactories: testutils.TestAccProtoV6ProviderFactories,
|
ProtoV6ProviderFactories: testutils.TestAccProtoV6ProviderFactories,
|
||||||
Steps: []resource.TestStep{
|
Steps: []resource.TestStep{
|
||||||
|
|
@ -274,7 +273,6 @@ func TestAccInstanceNoEncryption(t *testing.T) {
|
||||||
PreCheck: func() {
|
PreCheck: func() {
|
||||||
testAccPreCheck(t)
|
testAccPreCheck(t)
|
||||||
t.Logf(" ... working on instance %s", data.TfName)
|
t.Logf(" ... working on instance %s", data.TfName)
|
||||||
testInstances = append(testInstances, data.TfName)
|
|
||||||
},
|
},
|
||||||
ProtoV6ProviderFactories: testutils.TestAccProtoV6ProviderFactories,
|
ProtoV6ProviderFactories: testutils.TestAccProtoV6ProviderFactories,
|
||||||
Steps: []resource.TestStep{
|
Steps: []resource.TestStep{
|
||||||
|
|
@ -377,7 +375,6 @@ func TestAccInstanceEncryption(t *testing.T) {
|
||||||
PreCheck: func() {
|
PreCheck: func() {
|
||||||
testAccPreCheck(t)
|
testAccPreCheck(t)
|
||||||
t.Logf(" ... working on instance %s", data.TfName)
|
t.Logf(" ... working on instance %s", data.TfName)
|
||||||
testInstances = append(testInstances, data.TfName)
|
|
||||||
},
|
},
|
||||||
ProtoV6ProviderFactories: testutils.TestAccProtoV6ProviderFactories,
|
ProtoV6ProviderFactories: testutils.TestAccProtoV6ProviderFactories,
|
||||||
Steps: []resource.TestStep{
|
Steps: []resource.TestStep{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue