File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ package cloudstack
2222import (
2323 "testing"
2424
25- "github.com/hashicorp/terraform-plugin-sdk/v2 /helper/resource"
25+ "github.com/hashicorp/terraform-plugin-testing /helper/resource"
2626)
2727
2828func TestAccDataSourceCloudStackRole_basic (t * testing.T ) {
Original file line number Diff line number Diff 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
3131func TestAccCloudStackRole_basic (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments