Skip to content

Commit

Permalink
Remove os.Environ
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Dec 12, 2023
1 parent 32eef52 commit f5bb1e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/testhelpers/e2e/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ func new(t *testing.T, retainDirs, updatePath bool, extraEnv ...string) *Session
dirs, err := NewDirs("")
require.NoError(t, err)
var env []string
env = append(env, os.Environ()...)
env = append(env, []string{
constants.ConfigEnvVarName + "=" + dirs.Config,
constants.CacheEnvVarName + "=" + dirs.Cache,
Expand Down

0 comments on commit f5bb1e5

Please sign in to comment.