Skip to content

Commit 56e71c9

Browse files
committed
Fix incorrect test comment
1 parent 9b88a68 commit 56e71c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agent_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ func TestAgent_ReconnectingPTY(t *testing.T) {
17271727
defer netConn4.Close()
17281728

17291729
scanner4 := bufio.NewScanner(netConn4)
1730-
require.True(t, hasLine(scanner4, matchEchoOutput), "find exit command")
1730+
require.True(t, hasLine(scanner4, matchEchoOutput), "find echo output")
17311731
for scanner4.Scan() {
17321732
line := scanner4.Text()
17331733
t.Logf("bash tty stdout = %s", re.ReplaceAllString(line, ""))

0 commit comments

Comments
 (0)