Skip to content

Commit d1ff3dc

Browse files
committed
fix compilation
1 parent 495a38e commit d1ff3dc

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
@@ -365,7 +365,7 @@ func TestAgent_Session_TTY_FastCommandHasOutput(t *testing.T) {
365365
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitLong)
366366
defer cancel()
367367
//nolint:dogsled
368-
conn, _, _, _, _ := setupAgent(t, agentsdk.Metadata{}, 0)
368+
conn, _, _, _, _ := setupAgent(t, agentsdk.Manifest{}, 0)
369369
sshClient, err := conn.SSHClient(ctx)
370370
require.NoError(t, err)
371371
defer sshClient.Close()

0 commit comments

Comments
 (0)