Skip to content

Commit 1eae8c1

Browse files
committed
lint
1 parent 4de794b commit 1eae8c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/cmdwrapper/cmdwrapper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func TestExecuteAgentCommand_BooleanFlags(t *testing.T) {
151151
var capturedArgs []string
152152

153153
// Mock execCommand
154-
execCommand = func(path string, args ...string) *exec.Cmd {
154+
execCommand = func(_ string, args ...string) *exec.Cmd {
155155
capturedArgs = args
156156
cmd := exec.Command("echo", "1")
157157
return cmd

0 commit comments

Comments
 (0)