Skip to content

Commit e741dfb

Browse files
committed
apply linter suggestion
1 parent 5d7f06a commit e741dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/exporter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func TestGSSAPIAuth(t *testing.T) {
241241
require.NoError(t, err)
242242
defer func() {
243243
_ = configFile.Close()
244-
_ = os.Setenv("KRB5_CONFIG", "")
244+
t.Setenv("KRB5_CONFIG", "")
245245
}()
246246

247247
t.Setenv("KRB5_CONFIG", configFile.Name())

0 commit comments

Comments
 (0)