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 53c9795 commit 7cb82b7Copy full SHA for 7cb82b7
pkg/blobfuse-proxy/server/server_test.go
@@ -48,7 +48,7 @@ func TestServerMountAzureBlob(t *testing.T) {
48
t.Run(tc.name, func(t *testing.T) {
49
t.Parallel()
50
51
- mountServer := NewMountServiceServer(BlobfuseV1)
+ mountServer := NewMountServiceServer()
52
req := mount_azure_blob.MountAzureBlobRequest{
53
MountArgs: tc.args,
54
AuthEnv: tc.authEnv,
0 commit comments