mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
adjustment: removed cli display for pty
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package tests
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os/exec"
|
||||
"strings"
|
||||
"testing"
|
||||
@@ -61,7 +60,6 @@ func UserLoginCmd(t *testing.T) {
|
||||
close(stepChan)
|
||||
return
|
||||
}
|
||||
fmt.Print(string(buf[:n]))
|
||||
}
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user