We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97de49e commit fc53236Copy full SHA for fc53236
1 file changed
cloudstack/resource_cloudstack_snapshot_policy_test.go
@@ -24,8 +24,8 @@ import (
24
"testing"
25
26
"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"
+ "github.com/hashicorp/terraform-plugin-testing/helper/resource"
+ "github.com/hashicorp/terraform-plugin-testing/terraform"
29
)
30
31
func TestAccCloudStackSnapshotPolicy_basic(t *testing.T) {
0 commit comments