Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8ad39d6

Browse files
committed
Fix linting error
1 parente3ca39f commit8ad39d6

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
defercancel()
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
defersshClient.Close()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp