Skip to content

Commit 618aac5

Browse files
committed
fix: fix test case linting issue
Signed-off-by: mittachaitu <[email protected]>
1 parent 5c45e5b commit 618aac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobfuse-proxy/server/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func TestServerMountAzureBlob(t *testing.T) {
6868
}
6969

7070
// fakeExecCommand is used to mock exec.Command for testing, it returns list of args
71-
func fakeExecCommandEchoArgs(command string, args ...string) *exec.Cmd {
71+
func fakeExecCommandEchoArgs(_ string, args ...string) *exec.Cmd {
7272
return exec.Command("echo", append([]string{"-n"}, args...)...)
7373
}
7474

0 commit comments

Comments
 (0)