Skip to content

Commit be71510

Browse files
committed
Update import paths to use terraform-plugin-testing package
1 parent aace8e3 commit be71510

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cloudstack/data_source_cloudstack_role_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package cloudstack
2222
import (
2323
"testing"
2424

25-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
25+
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
2626
)
2727

2828
func TestAccDataSourceCloudStackRole_basic(t *testing.T) {

cloudstack/resource_cloudstack_role_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import (
2424
"testing"
2525

2626
"github.com/apache/cloudstack-go/v2/cloudstack"
27-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
28-
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
27+
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
28+
"github.com/hashicorp/terraform-plugin-testing/terraform"
2929
)
3030

3131
func TestAccCloudStackRole_basic(t *testing.T) {

0 commit comments

Comments
 (0)