We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845a8e9 commit 38c5a09Copy full SHA for 38c5a09
1 file changed
internal/cmd/config/profile/delete/delete_test.go
@@ -6,11 +6,12 @@ import (
6
"testing"
7
"time"
8
9
+ "github.com/zalando/go-keyring"
10
+
11
"github.com/stackitcloud/stackit-cli/internal/pkg/config"
12
"github.com/stackitcloud/stackit-cli/internal/pkg/globalflags"
13
"github.com/stackitcloud/stackit-cli/internal/pkg/testparams"
14
"github.com/stackitcloud/stackit-cli/internal/pkg/testutils"
- "github.com/zalando/go-keyring"
15
)
16
17
const testProfile = "test-profile"
0 commit comments