From 3897bd70fa107824f5c471d33a136f4747cb0159 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Wed, 1 May 2024 11:08:58 +0800 Subject: [PATCH] adjustment: removed cli display for pty --- cli/test/login_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/test/login_test.go b/cli/test/login_test.go index 6857c00fb..d376d05db 100644 --- a/cli/test/login_test.go +++ b/cli/test/login_test.go @@ -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])) } }()