We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c45e5b commit 618aac5Copy full SHA for 618aac5
pkg/blobfuse-proxy/server/server_test.go
@@ -68,7 +68,7 @@ func TestServerMountAzureBlob(t *testing.T) {
68
}
69
70
// fakeExecCommand is used to mock exec.Command for testing, it returns list of args
71
-func fakeExecCommandEchoArgs(command string, args ...string) *exec.Cmd {
+func fakeExecCommandEchoArgs(_ string, args ...string) *exec.Cmd {
72
return exec.Command("echo", append([]string{"-n"}, args...)...)
73
74
0 commit comments