From fb80b5bd86cde6a009071b0b2e6d173e89abe3a9 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:56:33 -0600 Subject: [PATCH] test(prompter): remove needless NO_COLOR set --- internal/prompter/speech_synthesizer_friendly_prompter_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/prompter/speech_synthesizer_friendly_prompter_test.go b/internal/prompter/speech_synthesizer_friendly_prompter_test.go index df8d2f445..74b053072 100644 --- a/internal/prompter/speech_synthesizer_friendly_prompter_test.go +++ b/internal/prompter/speech_synthesizer_friendly_prompter_test.go @@ -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())