test(prompter): remove needless NO_COLOR set

This commit is contained in:
Kynan Ware 2025-04-07 14:56:33 -06:00
parent c5ffb3cbfe
commit fb80b5bd86

View file

@ -433,7 +433,6 @@ func TestSurveyPrompter(t *testing.T) {
t.Cleanup(func() { testCloser(t, console) })
t.Setenv("GH_SPEECH_SYNTHESIZER_FRIENDLY_PROMPTER", "")
t.Setenv("NO_COLOR", "1")
// Using echo as the editor command here because it will immediately exit
// and return no input.
p := prompter.New("echo", console.Tty(), console.Tty(), console.Tty())