Skip to content

Commit 8ad39d6

Browse files
committed
Fix linting error
1 parent e3ca39f commit 8ad39d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

agent/agent_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ func TestAgent_Stats_Magic(t *testing.T) {
116116
t.Parallel()
117117
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitLong)
118118
defer cancel()
119-
conn, _, _, _ := setupAgent(t, agentsdk.Metadata{}, 0)
119+
//nolint:dogsled
120+
conn, _, _, _, _ := setupAgent(t, agentsdk.Metadata{}, 0)
120121
sshClient, err := conn.SSHClient(ctx)
121122
require.NoError(t, err)
122123
defer sshClient.Close()

0 commit comments

Comments
 (0)