test(prompter): remove needless NO_COLOR set
This commit is contained in:
parent
c5ffb3cbfe
commit
fb80b5bd86
1 changed files with 0 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue