Skip to content

Commit 7cb82b7

Browse files
committed
fix ut
1 parent 53c9795 commit 7cb82b7

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
@@ -48,7 +48,7 @@ func TestServerMountAzureBlob(t *testing.T) {
4848
t.Run(tc.name, func(t *testing.T) {
4949
t.Parallel()
5050

51-
mountServer := NewMountServiceServer(BlobfuseV1)
51+
mountServer := NewMountServiceServer()
5252
req := mount_azure_blob.MountAzureBlobRequest{
5353
MountArgs: tc.args,
5454
AuthEnv: tc.authEnv,

0 commit comments

Comments
 (0)