Skip to content

Commit 7359712

Browse files
cgoetz-inovexrubenhoenle
authored andcommitted
fix imports
1 parent bfe6841 commit 7359712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackit/internal/services/git/git_acc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
_ "embed"
66
"fmt"
77
"maps"
8+
"slices"
89
"strings"
910
"testing"
1011

@@ -13,7 +14,6 @@ import (
1314
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1415
"github.com/hashicorp/terraform-plugin-testing/terraform"
1516
stackitSdkConfig "github.com/stackitcloud/stackit-sdk-go/core/config"
16-
"github.com/stackitcloud/stackit-sdk-go/core/utils"
1717
git "github.com/stackitcloud/stackit-sdk-go/services/git/v1betaapi"
1818
"github.com/stackitcloud/terraform-provider-stackit/stackit/internal/core"
1919
"github.com/stackitcloud/terraform-provider-stackit/stackit/internal/testutil"

0 commit comments

Comments
 (0)