We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9558b0 commit 4783552Copy full SHA for 4783552
cmd/sts_test.go
@@ -7,8 +7,6 @@ import (
7
"github.com/stretchr/testify/assert"
8
)
9
10
-const dashboardCommand = "dashboard"
11
-
12
func TestSTSCommand(t *testing.T) {
13
cli := di.NewMockDeps(t)
14
cmd := STSCommand(&cli.Deps)
0 commit comments