@@ -77,7 +77,6 @@ func TestCodespacesService_ListSecrets(t *testing.T) {
77
77
}
78
78
79
79
for _ , tt := range tests {
80
- tt := tt
81
80
t .Run (tt .name , func (t * testing.T ) {
82
81
t .Parallel ()
83
82
client , mux , _ := setup (t )
@@ -177,7 +176,6 @@ func TestCodespacesService_GetSecret(t *testing.T) {
177
176
}
178
177
179
178
for _ , tt := range tests {
180
- tt := tt
181
179
t .Run (tt .name , func (t * testing.T ) {
182
180
t .Parallel ()
183
181
client , mux , _ := setup (t )
@@ -277,7 +275,6 @@ func TestCodespacesService_CreateOrUpdateSecret(t *testing.T) {
277
275
}
278
276
279
277
for _ , tt := range tests {
280
- tt := tt
281
278
t .Run (tt .name , func (t * testing.T ) {
282
279
t .Parallel ()
283
280
client , mux , _ := setup (t )
@@ -364,7 +361,6 @@ func TestCodespacesService_DeleteSecret(t *testing.T) {
364
361
}
365
362
366
363
for _ , tt := range tests {
367
- tt := tt
368
364
t .Run (tt .name , func (t * testing.T ) {
369
365
t .Parallel ()
370
366
client , mux , _ := setup (t )
@@ -450,7 +446,6 @@ func TestCodespacesService_GetPublicKey(t *testing.T) {
450
446
}
451
447
452
448
for _ , tt := range tests {
453
- tt := tt
454
449
t .Run (tt .name , func (t * testing.T ) {
455
450
t .Parallel ()
456
451
client , mux , _ := setup (t )
@@ -529,7 +524,6 @@ func TestCodespacesService_ListSelectedReposForSecret(t *testing.T) {
529
524
}
530
525
531
526
for _ , tt := range tests {
532
- tt := tt
533
527
t .Run (tt .name , func (t * testing.T ) {
534
528
t .Parallel ()
535
529
client , mux , _ := setup (t )
@@ -616,7 +610,6 @@ func TestCodespacesService_SetSelectedReposForSecret(t *testing.T) {
616
610
}
617
611
618
612
for _ , tt := range tests {
619
- tt := tt
620
613
t .Run (tt .name , func (t * testing.T ) {
621
614
t .Parallel ()
622
615
client , mux , _ := setup (t )
@@ -684,7 +677,6 @@ func TestCodespacesService_AddSelectedReposForSecret(t *testing.T) {
684
677
}
685
678
686
679
for _ , tt := range tests {
687
- tt := tt
688
680
t .Run (tt .name , func (t * testing.T ) {
689
681
t .Parallel ()
690
682
client , mux , _ := setup (t )
@@ -752,7 +744,6 @@ func TestCodespacesService_RemoveSelectedReposFromSecret(t *testing.T) {
752
744
}
753
745
754
746
for _ , tt := range tests {
755
- tt := tt
756
747
t .Run (tt .name , func (t * testing.T ) {
757
748
t .Parallel ()
758
749
client , mux , _ := setup (t )
0 commit comments