diff --git a/tests/helper/helper_run.go b/tests/helper/helper_run.go index 64da12b5549..b5fb2dcc81b 100644 --- a/tests/helper/helper_run.go +++ b/tests/helper/helper_run.go @@ -23,7 +23,7 @@ func runningCmd(cmd *exec.Cmd) string { prog := filepath.Base(cmd.Path) var env []string for _, e := range cmd.Env { - if strings.HasPrefix(e, "ODO_") || e == TelemetryCaller && e != "ODO_ROBOT_KEY" { + if strings.HasPrefix(e, "ODO_") || e == TelemetryCaller { env = append(env, e) } }