Skip to content

Commit afe8dd4

Browse files
ganbarasMaxrovr
authored andcommitted
Fix in import
1 parent fa8434f commit afe8dd4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

internal/integrationtest/managed_kafka_kafka_cluster_config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import (
1010
"testing"
1111
"time"
1212

13-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1413
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
1514
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
15+
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1616
"github.com/oracle/oci-go-sdk/v65/common"
1717
oci_managed_kafka "github.com/oracle/oci-go-sdk/v65/managedkafka"
1818

internal/integrationtest/managed_kafka_kafka_cluster_config_version_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
oci_managed_kafka "github.com/oracle/oci-go-sdk/v65/managedkafka"
1515

16-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
16+
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1717
"github.com/oracle/terraform-provider-oci/httpreplay"
1818
"github.com/oracle/terraform-provider-oci/internal/acctest"
1919
"github.com/oracle/terraform-provider-oci/internal/utils"

internal/integrationtest/managed_kafka_kafka_cluster_superusers_management_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"fmt"
88
"testing"
99

10-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
10+
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1111

1212
"github.com/oracle/terraform-provider-oci/httpreplay"
1313
"github.com/oracle/terraform-provider-oci/internal/acctest"

internal/integrationtest/managed_kafka_kafka_cluster_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import (
1212
"testing"
1313
"time"
1414

15-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1615
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
1716
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
17+
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1818
"github.com/oracle/oci-go-sdk/v65/common"
1919
oci_managed_kafka "github.com/oracle/oci-go-sdk/v65/managedkafka"
2020

0 commit comments

Comments
 (0)