Skip to content

Commit f51eab5

Browse files
committed
Fix lint
1 parent 1a1e38d commit f51eab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/agent_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ func TestAgent_Stats_Magic(t *testing.T) {
116116
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitLong)
117117
defer cancel()
118118

119+
//nolint:dogsled
119120
conn, _, stats, _, _ := setupAgent(t, agentsdk.Metadata{}, 0)
120121
sshClient, err := conn.SSHClient(ctx)
121122
require.NoError(t, err)

0 commit comments

Comments
 (0)