Skip to content

Commit 024d541

Browse files
committed
internal/config: remove usage of test := test
It's 2026 :)
1 parent ec92f99 commit 024d541

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/config/config_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ func TestEnvVarOrDefault(t *testing.T) {
684684
}
685685

686686
for _, test := range tests {
687-
test := test
688687
t.Run(test.name, func(t *testing.T) {
689688
// Set up environment
690689
beforeEnv := os.Environ()

0 commit comments

Comments
 (0)