Skip to content

Commit 11ca47b

Browse files
committed
go fix
1 parent 448163d commit 11ca47b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

internal/app/command_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

internal/boundary/boundary_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)