Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61613a1 commit c07c235Copy full SHA for c07c235
agent/agent_test.go
@@ -221,7 +221,7 @@ func TestAgent(t *testing.T) {
221
session.Stdout = &stdout
222
session.Stderr = ptty.Output()
223
session.Stdin = ptty.Input()
224
- err = session.Start("")
+ err = session.Shell()
225
require.NoError(t, err)
226
227
ptty.WriteLine("exit")
@@ -264,7 +264,7 @@ func TestAgent(t *testing.T) {
264
265
266
267
268
269
270
0 commit comments