diff --git a/spacelift/resource_bitbucket_datacenter_integration_test.go b/spacelift/resource_bitbucket_datacenter_integration_test.go index e15fc585..638247c6 100644 --- a/spacelift/resource_bitbucket_datacenter_integration_test.go +++ b/spacelift/resource_bitbucket_datacenter_integration_test.go @@ -1,12 +1,11 @@ package spacelift import ( - "github.com/spacelift-io/terraform-provider-spacelift/spacelift/internal/structs/vcs" "testing" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" - + "github.com/spacelift-io/terraform-provider-spacelift/spacelift/internal/structs/vcs" . "github.com/spacelift-io/terraform-provider-spacelift/spacelift/internal/testhelpers" ) diff --git a/spacelift/resource_gitlab_integration_test.go b/spacelift/resource_gitlab_integration_test.go index 65dfbd8f..ed601fb7 100644 --- a/spacelift/resource_gitlab_integration_test.go +++ b/spacelift/resource_gitlab_integration_test.go @@ -1,12 +1,11 @@ package spacelift import ( - "github.com/spacelift-io/terraform-provider-spacelift/spacelift/internal/structs/vcs" "testing" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" - + "github.com/spacelift-io/terraform-provider-spacelift/spacelift/internal/structs/vcs" . "github.com/spacelift-io/terraform-provider-spacelift/spacelift/internal/testhelpers" )