File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ func TestNewRootCommandContainsExpectedCommands(t *testing.T) {
3434 }
3535
3636 for _ , tt := range tests {
37- tt := tt
3837 t .Run (tt .name , func (t * testing.T ) {
3938 t .Parallel ()
4039
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ func TestFindTargetByName(t *testing.T) {
4141 }
4242
4343 for _ , tt := range tests {
44- tt := tt
4544 t .Run (tt .name , func (t * testing.T ) {
4645 t .Parallel ()
4746
@@ -78,7 +77,6 @@ func TestFindTargetsByName(t *testing.T) {
7877 }
7978
8079 for _ , tt := range tests {
81- tt := tt
8280 t .Run (tt .name , func (t * testing.T ) {
8381 t .Parallel ()
8482
@@ -162,7 +160,6 @@ func TestPickOIDCAuthMethodID(t *testing.T) {
162160 }
163161
164162 for _ , tt := range tests {
165- tt := tt
166163 t .Run (tt .name , func (t * testing.T ) {
167164 t .Parallel ()
168165
You can’t perform that action at this time.
0 commit comments