Skip to content

Commit 4341357

Browse files
committed
Fix
1 parent 6c83363 commit 4341357

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/services/instance/snapshot_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ import (
44
"fmt"
55
"testing"
66

7-
sdkacctest "github.com/hashicorp/terraform-plugin-testing/helper/acctest"
87
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
98
"github.com/hashicorp/terraform-plugin-testing/terraform"
109
instanceSDK "github.com/scaleway/scaleway-sdk-go/api/instance/v1"
1110
"github.com/scaleway/terraform-provider-scaleway/v2/internal/acctest"
1211
"github.com/scaleway/terraform-provider-scaleway/v2/internal/httperrors"
1312
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/instance"
1413
instancechecks "github.com/scaleway/terraform-provider-scaleway/v2/internal/services/instance/testfuncs"
15-
objectchecks "github.com/scaleway/terraform-provider-scaleway/v2/internal/services/object/testfuncs"
1614
)
1715

1816
func TestAccSnapshot_Server(t *testing.T) {

0 commit comments

Comments
 (0)